Update the content of an existing note.
cURL
curl --request PATCH \ --url https://api.example.com/orgs/{org_id}/contacts/{contact_id}/notes/{note_id} \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>" } '
{ "id": "<string>", "user": { "id": "<string>", "name": "<string>", "avatar": "<string>" }, "contact_id": "<string>", "content": "<string>", "created_at": "2023-12-25", "updated_at": "2023-12-25" }
Schema for updating a contact note
The content of the note (max 1000 characters)
1 - 1000
Schema for a contact note
User who created the note
Show child attributes
Was this page helpful?