cURL
curl --request PUT \ --url https://api.datacrazy.io/v1/api/api/v1/leads/{leadId}/notes/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "note": "Lead possui interesse em produtos para beleza" }'
{ "note": "Lead possui interesse em produtos para beleza" }
Atualizar um comentário existente no lead
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object