Single meeting occurence update from REST API

Hello.

I was stuck with trying to update single meeting occurence from API. Is there no way to do that?

If it possible please show me a way…

Thanx a lot…

Hi @alexander_s,

We have our update meeting API - https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetingupdate. However, to update an occurrence our API does not have the capability yet.

Thanks

1 Like

I am try to update meeting using https://api.zoom.us/v2/meetings/{meetingId} . this api but I am each time getting error ““no implicit conversion of nil into String””

I am calling api through ruby on rails code, other api work well like Create meeting

Hi @danisreach,

It seems like one of the properties is having an issue. Have you tried call the API using POSTman first to see where the error may be happening at?

Thanks