Skip to main content
POST
/
group
/
updateGroupPicture
/
{instance}
Update group picture
curl --request POST \
  --url https://api.l2msg.com/whatsapp/group/updateGroupPicture/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "image": "<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
image
string
required

New profile picture image URL

Response

200 - undefined