Resolved! Update Meeting through API Not Working
Hi all. I'm working on an integration and am trying to add a module to update meetings. I'm receiving a 200 response but meetings aren't actually being updated with the changes. To debug I'm just trying this in Postman with the following configuration: Request URL: https://api.zoom.us/v2/users/me/meetings/[redacted] Method: PATCH Headers: Request Body: The meeting ID I'm using is valid and as you can see this is a very basic update. I'm just trying to get this one simple change working before expanding what can be updated. Any assistance is appreciated!{
"topic": "Updated Topic"
}
Show less