PUT

https://{server-url}

/
group
/
updateGroupPicture
/
{instance}
curl --request PUT \
  --url https://{server-url}/group/updateGroupPicture/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "image": {}
}'

Authorizations

apikey
string
headerrequired

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Query Parameters

groupJid
string
required

Group remote JID

Body

application/json
image
object

New profile picture image URL