Skip to main content
PATCH
Update group subject/description/picture

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

instanceId
string<uuid>
required

The WhatsApp instance UUID

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

groupId
string
required

Group JID

Body

application/json
subject
string
Example:

"New Subject"

description
string
Example:

"Group description text"

pictureUrl
string
Example:

"https://example.com/picture.jpg"

Response

Group updated

ok
boolean
required

Operation succeeded

Example:

true