Update a meeting

PATCH {{baseUrl}}/meetings/:meetingId?occurrence_id=1648194360000

Use this API to update a meeting's details.

Note: * This API has a rate limit of 100 requests per day. Because of this, a meeting can only be updated for a maximum of 100 times within a 24-hour period. * The start_time value must be a future date. If the value is omitted or a date in the past, the API ignores this value and will not update any recurring meetings. * If the start_time value is a future date, the recurrence object is required.

Scopes: meeting:write:admin, meeting:write
Rate Limit Label: Light

Request Params

KeyDatatypeRequiredDescription
occurrence_idnumberMeeting occurrence id. Support change of agenda, start_time, duration, settings: {host_video, participant_video, join_before_host, mute_upon_entry, waiting_room, watermark, auto_recording}

Request Body

{"schedule_for"=>"jchill@example.com", "agenda"=>"My Meeting", "duration"=>60, "password"=>"123456", "pre_schedule"=>false, "recurrence"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "settings"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "start_time"=>"2022-03-25T07:29:29Z", "template_id"=>"5Cj3ceXoStO6TGOVvIOVPA==", "timezone"=>"America/Los_Angeles", "topic"=>"My Meeting", "tracking_fields"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "type"=>2}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring