Logo
Zoom Public API Documentation

Update a reservation

PATCH {{baseUrl}}/workspaces/:workspaceId/reservations/:reservationId

Use this API to update a reservation.

Scopes: workspace:writeworkspace:write:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/workspaces/:workspaceId/reservations/:reservationId' -H 'Content-Type: application/json' -d '{"end_time":"\u003cdateTime\u003e","start_time":"\u003cdateTime\u003e","topic":"\u003cstring\u003e"}'

ENDPOINTS