cancel
Showing results for 
Search instead for 
Did you mean: 
Important updates from Zoom Support:
  • Starting February 3, 2025, Zoom Phone customers must add their phone numbers to an approved 10DLC campaign in order to keep using SMS/MMS capabilities on their numbers.

  • Introducing more live support options! More Zoom customers now have access to live agent chat support. Sign in and visit our Contact Support page to see all your available support options. We’re here to help!

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.