Appointment V4
Update meeting transcription and summary
Updates 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.
PATCH
Update meeting transcription and summary
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
Transcription and/or summary content in markdown format
Response
Transcription updated successfully
Previous
Cancel an appointmentCancels an appointment as the host or admin. For group bookings, specify `attendeeId` to remove a single attendee, or set `cancelAll: true` to cancel the entire appointment — omitting both returns a 400 error to prevent accidental full cancellation.
**Side effects:** Sends cancellation emails to all participants, syncs calendar events, updates CRM integrations, and fires `booking_cancelled` webhook.
**Series cancellation:** Set `cancelEntireSeries: true` to cancel all future occurrences of a recurring appointment.
Next
Update meeting transcription and summary