ghl_calendar_appointment_note_update
Update an existing note on a calendar appointment by providing appointment ID, note ID, and new note body.
Instructions
Update Note Endpoint: PUT /calendars/appointments/{appointmentId}/notes/{noteId} (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars/events.write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body (schema carried verbatim from the official OpenAPI spec). | |
| noteId | Yes | Path parameter (inferred from the URL template; the official spec omits its declaration). | |
| appointmentId | Yes | Appointment ID |