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

join_atstring date-time

ISO-8601 timestamp for the bot to join. May be updated to reschedule.

bot_namestring

Updated display name for the bot.

Response

Successful response with the updated meeting session.

Changes

Changed in 2 of the 99 revisions of this API.15

  • cdb64ddf086f14See the full diff
    • ●

      added the new full_duplex enum value to the /// response property for the response status

      response-property-enum-value-added

    • ○

      removed the none enum value from the /// response property for the response status

      response-property-enum-value-removed

    • ○

      added the required property /// to the response with the status

      response-required-property-added

    • ○

      added the required property /// to the response with the status

      response-required-property-added

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      endpoint added

      endpoint-added

    This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 99 revisions, 1 has no diff computed.