Webinars: Modifying one recurrence

Description
I’d like to modify the date/time of one occurrence of a recurring webinar. PATCH /webinars/{webinarid} only allows for you to modify the main webinar, but the UI lets you modify individual occurrences (you can’t use a recurrence ID in place of webinar ID). Is there a way to do this?

Which Endpoint/s?
PATCH /webinars/{webinarid}

Hey @labatt, thanks for posting and using Zoom!

To modify a single occurrence of a webinar via the API, simply pass in an occurrence_id as a query param.

For example:

https://api.zoom.us/v2/webinars/{webinarId}?occurrence_id={occurrenceId}

Thanks,
Tommy

Don’t know how I missed that. Thank you!

1 Like

You are welcome!

Let us know if you have additional questions. :slight_smile:

Thanks,
Tommy