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:
- visit api docs
- fill out test form