v1
latestOpenAPI 3.0.12026-07-268028223.9 KBMeetings
Update a meeting
Update an existing meeting. Only the provided fields are changed.
patch/v1/meetings/{id}
Path parameters
idstring required
The meeting ID
Headers
Idempotency-Keystring
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Request body
Example request
{
"title": "Updated meeting title",
"notepad": "## Agenda\\n\\n- Review portfolio",
"meeting_type": "client_review"
}Response
meeting updated