Skip to main content
PUT
/
group
/
updateGroupPicture
/
{instance}
Create Group
curl --request PUT \
  --url https://api.zapkey.io/group/updateGroupPicture/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "image": {}
}'
This response has no body data.

Authorizations

apikey
string
header
required

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

Response

200 - undefined