Skip to main content
POST
/
group
/
updateGroupSubject
/
{instance}
Update Group Subject
curl --request POST \
  --url https://{server-url}/group/updateGroupSubject/{instance} \
  --header 'Content-Type: application/json' \
  --data '
{
  "subject": "Group Name or Subject"
}
'

Path Parameters

instance
string
required

Query Parameters

groupJid
string
Example:

"{{groupJid}}"

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response