cancel
Showing results for 
Search instead for 
Did you mean: 

On April 16, between 2:25 P.M. ET and 4:12 P.M. ET, the domain zoom.us was not available due to a server block by GoDaddy Registry. This block was the result of a communication error between Zoom’s domain registrar, Markmonitor, and GoDaddy Registry, which resulted in GoDaddy Registry mistakenly shutting down zoom.us domain. Zoom, Markmonitor, and GoDaddy worked quickly to identify and remove the block, which restored service to the domain zoom.us. There was no product, security or network failure at Zoom during the outage. GoDaddy and Markmonitor are working together to prevent this from happening again.

Update Meeting through API gives 400 BAD REQUEST

Sciabal
Newcomer
Newcomer

Hi,

I'm trying to update a meeting through API but it doesn't work.

Here my data:


The response status is 400:

400 BAD REQUEST


cloudflare



I really can't understand this response.

My creating (POST) and reading (GET) meeting functions work fine, but it seems that with updating (PATCH) something goes wrong.

Can you help me?

PS:
In API docs/update meeting  I noticed the following note:
"
The recurrence object is required."
But if you look at "recurrence" in the SCHEMA you find
"Recurrence object. Use this object only for a meeting with type 8, a recurring meeting with fixed time."

My meeting is not a recurring one, but scheduled meeting (type 2). Maybe this is the point?

Thanks!





1 REPLY 1

oliver_puhl
Newcomer
Newcomer

Did u find a solution? I have the same problem.