Meetings
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.