Skip to main content
PATCH
Update a meeting session

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Unique identifier for the meeting session.

Example:

"mtgsess_a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Body

application/json

Request body for updating a meeting session. All fields are optional; an empty object is a valid no-op update.

join_at
string<date-time>

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

bot_name
string

Updated display name for the bot.

Required string length: 1 - 100

Response

Successful response with the updated meeting session.

data
MeetingSession · object
required

Represents a meeting session. All serializer fields are present and required; nullable fields use null when absent. No actor, provider-bot, idempotency, routing, key, or internal fields are exposed.