PATCH
/
profile
/
name
Alterar nome do perfil
curl --request PATCH \
  --url https://api.zapperapi.com/{instanceId}/profile/name \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "name": "<string>"
}'

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Body

application/json
name
string
required

Novo nome do perfil

Response

200

Default Response