Update a meeting
Update an existing meeting. Only the provided fields are changed.
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Headers
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Path Parameters
The meeting ID
Body
Meeting title
"Updated meeting title"
Meeting notes (markdown). Pass null or an empty string to clear.
"## Agenda\\n\\n- Review portfolio"
Meeting type. Must be an active meeting type key for the company (defaults: other, prospect, client_review, client_check_in, internal, coi).
"client_review"
Household IDs to link to this meeting. Replaces the full set of linked households; pass an empty array to unlink all.
Response
meeting updated
instant, calendar_event, imported, logged