Meeting Sessions
Update a meeting session
Updates mutable properties of a meeting session. Only sessions in the scheduled state can be updated; any other state returns 409 with the invalid_state error code. All request fields are optional, and an empty object is a valid no-op update.
patch/meeting_sessions/{id}
Path parameters
idstring required
Example:mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890
Unique identifier for the meeting session.
Request body
Response
Successful response with the updated meeting session.