Meetings

Update a Meeting Session

patch/meeting_sessions/{id}

Path parameters

idstring required

Request body

$schemastring uri

A URL to the JSON Schema for this object.

attributesUpdateMeetingSessionAttributes required

Example request

{
  "$schema": "/v1/schemas/UpdateMeetingSessionRequestBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "/v1/schemas/UpdateMeetingSessionResponseBody.json"
}

Changes

No recorded changes to this endpoint across all 28 revisions of this API.