Update webinar occurrences

Description
Attempting to create new occurrence on webinar to add new dates. I didn’t find a way to create individual occurrences.

Error
Using api test page, before writing code, https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarupdate

data:
{
“type”: 9,
“start_time”: “2020-05-01T04:00:00Z”,
“recurrance”: {
“type”: 1,
“repeat_interval”: 1,
“end_date_time”: “2020-05-31T04:00:00Z”
}
}

result is null

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Oauth access token

Which Endpoint/s?

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. visit api docs
  2. fill out test form

Ok, so i had a misspelling in recurrence, and even though it returned null it did update the webinar

1 Like

Happy to hear you figured out the issue! :slight_smile:

Thanks,
Tommy