DocsAPI ReferenceUpdate meeting metadata
PATCH/api/v1/meetings/{meeting_id}

Updates user-editable fields on a meeting: `name`, `participants`, `languages`, and `notes`. At least one field must be non-null.

Path Parameters

meeting_idstringrequirede.g. "99"

Internal meeting UUID.

Headers

X-API-Keystringrequired

Your workspace API key.

Content-Typestringrequired

Must be `application/json`.

Request Body

application/json

namestring

Meeting name/title.

Example: "Q3 Planning Call"

participantsarray

Replace the participant list.

Example: ["Alice","Bob","Carol"]

languagesarray

Replace the detected languages list.

Example: ["en","fr"]

notesstring

Meeting notes or description.

Example: "Follow up on items 3 and 7."

Responses

200Updated meeting object.
400No valid fields provided.
404Meeting not found.