PUT
/
chat
/
updateBot
/
{instance}
curl --request PUT \
  --url https://api.wappfy.com.br/chat/updateBot/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "chat": "<string>",
  "botDisabled": true
}'
{
  "message": "Bot contact updated"
}

Authorizations

apikey
string
header
required

Seu cabeçalho da chave de autorização.

Path Parameters

instance
string
required

ID da instância.

Body

application/json

Response

201 - application/json

Created

The response is of type object.