Appointment V4
Update appointment notes
Updates or adds notes to a specific appointment
PATCH
Update appointment notes
Documentation Index
Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
User ID to act as when using API Key authentication (required with API Key)
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