Authorizations
Apikey
Path Parameters
O nome da sessão (instanceName) do perfil que você deseja atualizar
Body
application/json
Response
200 - application/json
curl --request PUT \
--url https://api.wappfy.com.br/api/{session}/profile/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}/profile/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
O nome da sessão (instanceName) do perfil que você deseja atualizar
Show child attributes