We have a recurring meeting in which I would like to update the start_time of one of the occurrences of. Is there a way to do this with the v2 API? We have tried using a query param on the Update Meeting API like https://api.zoom.us/v2/meetings/1111111?occurrence_id=111111111000000 like you can on some other api methods with a payload like:
{
“start_time”: “2018-02-15T15:00:00Z”
}
And it returns a 204, but the start_time is not updated on the Meeting/Occurrence.
Any help appreciated in advance!