Meeting update (PATCH) response 204 but unchanged meeting

Endpoint and client/server exchange as follows:
HTTP PATCH https://api.zoom.us/v2/meetings/81155661547, headers={masked}
Response 204 NO_CONTENT, headers={masked}

Response: <204,[Date:“Mon, 07 Nov 2022 23:48:09 GMT”, Connection:“keep-alive”, x-zm-trackingid:“v=2.0;clid=us06;rid=WEB_5856a226ee71126a1a9c12f10d4711c0”, x-content-type-options:“nosniff”

REST API meetings list does not show the change. Is this message “NO_CONTENT” the problem? Zoom documentation suggests that an HTTP status code 204 = meeting updated. What is going on here?

Error?
There is no error

How To Reproduce
Per the above. The only part that is missing in the description is authentication and that is done with OAuth
HTTP POST https://zoom.us/oauth/token?grant_type=account_credentials&account_id=
and it works fine because it’s in use for other REST API endpoints.

HTTP status code 204 is normal behavior. What changes are you trying to apply to the meeting? I once had a similar experience and had to recreate the problem so Zoom’s engineering team could troubleshoot what specific updates weren’t being properly propagated through their backend.

1 Like

Thank you so much for your post. Your “similar experience” really informed me of the situation. @moderators This thread is as resolved as it can be. Our company doesn’t have the bandwidth for sorting out this issue at the moment.