Update a webinar
PATCH
{{baseUrl}}/webinars/:webinarId?occurrence_id=<string>
Make updates to a scheduled webinar.
100 requests per day. The rate limit is applied to the userId
of the webinar host used to make the request.
Prerequisites
* A Pro or higher plan with a webinar add-on.
Scopes: webinar:write
,webinar:write:admin
Rate Limit Label: LIGHT
Body
PARAM
Key |
Datatype |
Required |
Description |
occurrence_id
|
string |
|
Webinar occurrence ID. Support change of agenda, start time, duration, and settings `host_video`, `panelist_video`, `hd_video, watermark`, `auto_recording`.
|
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
RESPONSES
status
curl -X PATCH 'https://api.zoom.us/v2/webinars/:webinarId?occurrence_id=<string>?occurrence_id=<string>' -H 'Content-Type: application/json' -d '{"agenda":"\u003cstring\u003e","duration":"\u003cinteger\u003e","password":"\u003cstring\u003e","schedule_for":"\u003cstring\u003e","recurrence":{"type":1,"end_date_time":"\u003cdateTime\u003e","end_times":1,"monthly_day":1,"monthly_week":1,"monthly_week_day":4,"repeat_interval":"\u003cinteger\u003e","weekly_days":"1"},"settings":{"allow_multiple_devices":"\u003cboolean\u003e","alternative_hosts":"\u003cstring\u003e","alternative_host_update_polls":"\u003cboolean\u003e","approval_type":2,"attendees_and_panelists_reminder_email_notification":{"enable":"\u003cboolean\u003e","type":4},"audio":"both","audio_conference_info":"\u003cstring\u003e","authentication_domains":"\u003cstring\u003e","authentication_name":"\u003cstring\u003e","authentication_option":"\u003cstring\u003e","auto_recording":"none","close_registration":"\u003cboolean\u003e","contact_email":"\u003cstring\u003e","contact_name":"\u003cstring\u003e","email_language":"\u003cstring\u003e","enforce_login":"\u003cboolean\u003e","enforce_login_domains":"\u003cstring\u003e","follow_up_absentees_email_notification":{"enable":"\u003cboolean\u003e","type":2},"follow_up_attendees_email_notification":{"enable":"\u003cboolean\u003e","type":2},"global_dial_in_countries":["\u003cstring\u003e","\u003cstring\u003e"],"hd_video":false,"hd_video_for_attendees":false,"host_video":"\u003cboolean\u003e","language_interpretation":{"enable":"\u003cboolean\u003e","interpreters":[{"email":"\u003cemail\u003e","languages":"\u003cstring\u003e"},{"email":"\u003cemail\u003e","languages":"\u003cstring\u003e"}]},"sign_language_interpretation":{"enable":"\u003cboolean\u003e","interpreters":[{"email":"\u003cemail\u003e","sign_language":"\u003cstring\u003e"},{"email":"\u003cemail\u003e","sign_language":"\u003cstring\u003e"}]},"panelist_authentication":"\u003cboolean\u003e","meeting_authentication":"\u003cboolean\u003e","add_watermark":"\u003cboolean\u003e","add_audio_watermark":"\u003cboolean\u003e","notify_registrants":"\u003cboolean\u003e","on_demand":false,"panelists_invitation_email_notification":"\u003cboolean\u003e","panelists_video":"\u003cboolean\u003e","post_webinar_survey":"\u003cboolean\u003e","practice_session":false,"question_and_answer":{"allow_submit_questions":"\u003cboolean\u003e","allow_anonymous_questions":"\u003cboolean\u003e","answer_questions":"all","attendees_can_comment":"\u003cboolean\u003e","attendees_can_upvote":"\u003cboolean\u003e","allow_auto_reply":"\u003cboolean\u003e","auto_reply_text":"\u003cstring\u003e","enable":"\u003cboolean\u003e"},"registrants_confirmation_email":"\u003cboolean\u003e","registrants_email_notification":"\u003cboolean\u003e","registrants_restrict_number":0,"registration_type":1,"send_1080p_video_to_attendees":false,"show_share_button":"\u003cboolean\u003e","survey_url":"\u003cstring\u003e","enable_session_branding":"\u003cboolean\u003e"},"start_time":"\u003cdateTime\u003e","timezone":"\u003cstring\u003e","topic":"\u003cstring\u003e","tracking_fields":[{"field":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"field":"\u003cstring\u003e","value":"\u003cstring\u003e"}],"type":5,"is_simulive":"\u003cboolean\u003e","record_file_id":"\u003cstring\u003e"}'