Início
Instances
Chat
Message
Group
- POSTCreate Group
- POSTUpdate Group Picture
- POSTUpdate Group Subject
- POSTUpdate Group Description
- GETFetch Invite Code
- POSTRevoke Invite Code
- POSTSend Group Invite
- GETFind Group by Invite Code
- GETFind Group by JID
- GETFetch All Groups
- GETFind Group Members
- POSTUpdate Group Members
- POSTUpdate Group Setting
- POSTToggle Ephemeral
- DELLeave Group
Settings
Profile Settings
Group
Update Group Picture
POST
/
group
/
updateGroupPicture
/
{instance}
Copy
curl --request POST \
--url https://{server-url}/group/updateGroupPicture/{instance} \
--header 'Content-Type: application/json' \
--data '{
"image": "https://evolution-api.com/files/sticker.png"
}'
Copy
"<any>"
Path Parameters
Query Parameters
Example:
"{{groupJid}}"
Body
application/json · object
Response
200 - application/json
Successful response
The response is of type any
.
Copy
curl --request POST \
--url https://{server-url}/group/updateGroupPicture/{instance} \
--header 'Content-Type: application/json' \
--data '{
"image": "https://evolution-api.com/files/sticker.png"
}'
Copy
"<any>"
Assistant
Responses are generated using AI and may contain mistakes.