Update Meeting through API gives 400 BAD REQUEST | Community
Skip to main content
Newcomer
February 27, 2024
Question

Update Meeting through API gives 400 BAD REQUEST

  • February 27, 2024
  • 1 reply
  • 7 views

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

Newcomer
October 31, 2024

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