ghl_contact_update_note
Update an existing contact note by specifying contact and note IDs, with optional fields for title, body, color, and pin status.
Instructions
Update Note Endpoint: PUT /contacts/{contactId}/notes/{id} (Version header: v3; source: v3/contacts-v3.json) OAuth scopes: contacts.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note Id | |
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| contactId | Yes | Contact Id |