Update a meeting
PATCH {{baseUrl}}/meetings/:meetingId?occurrence_id=<string>
Update meeting details.
Note
- The
start_time
value
must
be a future date. If the value is omitted or a date is in the past, the API ignores this value and does
not
update any recurring meetings.
- The
recurrence
object is
required
.
- This API has a rate limit of
100 requests per day . You can update a meeting for a maximum of 100 times within a 24-hour period .
Scopes:
meeting:write
,
meeting:write:admin
Rate Limit Label
:
LIGHT
Request Params
| Key | Datatype | Required | Description |
| occurrence_id
| string | | Meeting occurrence ID. Support change of agenda, start_time
, duration, or settings {host_video
, participant_video
, join_before_host
, mute_upon_entry
, waiting_room
, watermark
, auto_recording
}. |
Request Body
{"agenda"=>"<string>", "duration"=>"<integer>", "password"=>"<string>", "pre_schedule"=>false, "schedule_for"=>"<string>", "recurrence"=>{"type"=>1, "end_date_time"=>"<dateTime>", "end_times"=>1, "monthly_day"=>1, "monthly_week"=>2, "monthly_week_day"=>4, "repeat_interval"=>"<integer>", "weekly_days"=>"1"}, "settings"=>{"allow_multiple_devices"=>"<boolean>", "alternative_hosts"=>"<string>", "alternative_hosts_email_notification"=>true, "alternative_host_update_polls"=>"<boolean>", "approval_type"=>2, "approved_or_denied_countries_or_regions"=>{"approved_list"=>["<string>", "<string>"], "denied_list"=>["<string>", "<string>"], "enable"=>"<boolean>", "method"=>"approve"}, "audio"=>"both", "audio_conference_info"=>"<string>", "authentication_domains"=>"<string>", "authentication_exception"=>[{"email"=>"<email>", "name"=>"<string>", "join_url"=>"<string>"}, {"email"=>"<email>", "name"=>"<string>", "join_url"=>"<string>"}], "authentication_name"=>"<string>", "authentication_option"=>"<string>", "auto_recording"=>"none", "breakout_room"=>{"enable"=>"<boolean>", "rooms"=>[{"name"=>"<string>", "participants"=>["<string>", "<string>"]}, {"name"=>"<string>", "participants"=>["<string>", "<string>"]}]}, "calendar_type"=>2, "close_registration"=>false, "cn_meeting"=>false, "contact_email"=>"<string>", "contact_name"=>"<string>", "custom_keys"=>[{"key"=>"<string>", "value"=>"<string>"}, {"key"=>"<string>", "value"=>"<string>"}], "email_notification"=>true, "encryption_type"=>"e2ee", "enforce_login"=>"<boolean>", "enforce_login_domains"=>"<string>", "focus_mode"=>"<boolean>", "global_dial_in_countries"=>["<string>", "<string>"], "global_dial_in_numbers"=>[{"city"=>"<string>", "country"=>"<string>", "country_name"=>"<string>", "number"=>"<string>", "type"=>"tollfree"}, {"city"=>"<string>", "country"=>"<string>", "country_name"=>"<string>", "number"=>"<string>", "type"=>"tollfree"}], "host_video"=>"<boolean>", "in_meeting"=>false, "jbh_time"=>10, "join_before_host"=>false, "language_interpretation"=>{"enable"=>"<boolean>", "interpreters"=>[{"email"=>"<email>", "languages"=>"<string>"}, {"email"=>"<email>", "languages"=>"<string>"}]}, "sign_language_interpretation"=>{"enable"=>"<boolean>", "interpreters"=>[{"email"=>"<email>", "sign_language"=>"<string>"}, {"email"=>"<email>", "sign_language"=>"<string>"}]}, "meeting_authentication"=>"<boolean>", "meeting_invitees"=>[{"email"=>"<email>"}, {"email"=>"<email>"}], "mute_upon_entry"=>false, "participant_video"=>"<boolean>", "private_meeting"=>"<boolean>", "registrants_confirmation_email"=>"<boolean>", "registrants_email_notification"=>"<boolean>", "registration_type"=>1, "show_share_button"=>"<boolean>", "use_pmi"=>false, "waiting_room"=>false, "watermark"=>false, "host_save_video_order"=>"<boolean>", "internal_meeting"=>false, "continuous_meeting_chat"=>{"enable"=>"<boolean>", "auto_add_invited_external_users"=>"<boolean>"}, "participant_focused_meeting"=>false, "resources"=>[{"resource_type"=>"whiteboard", "resource_id"=>"<string>", "permission_level"=>"editor"}, {"resource_type"=>"whiteboard", "resource_id"=>"<string>", "permission_level"=>"editor"}], "auto_start_meeting_summary"=>false, "auto_start_ai_companion_questions"=>false}, "start_time"=>"<dateTime>", "template_id"=>"<string>", "timezone"=>"<string>", "topic"=>"<string>", "tracking_fields"=>[{"field"=>"<string>", "value"=>"<string>"}, {"field"=>"<string>", "value"=>"<string>"}], "type"=>2}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: ``