Skip to main content
PATCH
Update meeting transcription and summary

Authorizations

x-meetergo-api-user-id
string
header
required

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

appointmentId
string
required

The unique identifier of the appointment

Body

application/json

Transcription and/or summary content in markdown format

transcription
string | null

Full meeting transcription in markdown format. Set to null to clear.

summary
string | null

AI-generated summary of the meeting in markdown format. Set to null to clear.

Response

Transcription updated successfully