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.