Skip to main content
POST
/
group
/
updateGroupDescription
/
{instance}
Update Group Description
curl --request POST \
  --url https://api.l2msg.com/whatsapp/group/updateGroupDescription/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "description": "<string>"
}
'
This response has no body data.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

Query Parameters

groupJid
string
required

Group remote JID

Body

application/json
description
string
required

New group description

Response

200 - undefined