Authorizations
Apikey
Path Parameters
ID do Grupo
Body
application/json
Response
200 - application/json
curl --request PUT \
--url https://api.wappfy.com.br/api/{session}/groups/{id}/picture \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"file": {
"mimetype": "image/jpeg",
"filename": "filename.jpg",
"url": "https://github.com/devlikeapro/waha/raw/core/examples/waha.jpg"
}
}'
{
"success": true
}
O parâmetro deve ser o instanceName da sessão.
curl --request PUT \
--url https://api.wappfy.com.br/api/{session}/groups/{id}/picture \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"file": {
"mimetype": "image/jpeg",
"filename": "filename.jpg",
"url": "https://github.com/devlikeapro/waha/raw/core/examples/waha.jpg"
}
}'
{
"success": true
}
Apikey
ID do Grupo
Show child attributes