How to update a non-recurring meeting

Format Your New Topic as Follows:

API Endpoint(s) and/or Zoom API Event(s)
patch /meetings/{meetingId}

Description
We are trying to add an alternative host to meetings that may not be recurring. Since the recurrence object is required in the API call, how can this task be accomplished?

It’s required in the following instances " Use this object only for a meeting with type 8 , a recurring meeting with fixed time."

You can update the meeting without it. I just tested this.

Thank you for the clarification, I misread the docs. I just needed to change the format of my body for the request, got it working now. Thanks!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.