Authorizations
Apikey
Path Parameters
ID da Conversa
Body
application/json
curl --request PUT \
--url https://api.wappfy.com.br/api/{session}/labels/chats/{chatId} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"labels": [
{
"id": "1"
}
]
}'
O parâmetro deve ser o instanceName da sessão.
curl --request PUT \
--url https://api.wappfy.com.br/api/{session}/labels/chats/{chatId} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '{
"labels": [
{
"id": "1"
}
]
}'
Apikey
ID da Conversa
Show child attributes