Appointment V4
Update appointment notes
Updates or adds notes to a specific appointment
PATCH
Update appointment notes
Authorizations
User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.
Path Parameters
The unique identifier of the appointment
Body
application/json
Notes to update for the appointment
Response
200 - undefined
Previous
Update meeting transcription and summaryUpdates the meeting transcription and/or AI-generated summary for an appointment. Both fields accept markdown-formatted text. Set a field to `null` to clear it. Omit a field to leave it unchanged.
This endpoint is designed for integrations with transcription services, AI meeting assistants, or any tool that produces meeting records.
Next
Update appointment notes