v1

latestSwagger 2.02026-07-14262752.1 KB
Meetings

Update meeting

Updates an existing meeting specified by meetingId.

put/meetings/{meetingId}

Path parameters

meetingIdinteger required

The meeting ID

Headers

Authorizationstring required

Access token

Request body

conferencecallinfostring required

A required string. Can be one of the following options: <br>PSTN (PSTN only), <br>Free (PSTN and VoIP), <br>Hybrid, (PSTN and VoIP), <br>Private (you provide numbers and access code), or <br>VoIP (VoIP only). <br>You may also enter plain text for numbers and access codes with a limit of 255 characters

endtimestring date-time required

The ending time of the meeting. A required ISO8601 UTC string, e.g. 2015-07-01T22:00:00Z

meetingtype'immediate' | 'recurring' | 'scheduled' required

The meeting type

passwordrequiredboolean required

Indicates whether a password is required to join the meeting. Required parameter

starttimestring date-time required

The starting time of the meeting. A required ISO8601 UTC string, e.g. 2015-07-01T22:00:00Z

subjectstring required

A description of the meeting. 100 characters maximum. The characters '>' and '<' have to be replaced with the corresponding html character code (&gt; for '>' and &lt; for '<')

timezonekeystring required

DEPRECATED. Must be provided and set to empty string ''

Response

No Content