Update a reservation
PATCH {{baseUrl}}/workspaces/:workspaceId/reservations/:reservationId
Use this API to update a reservation.
Scopes: workspace:write
workspace:write:admin
Rate Limit Label: Medium
Request Body
{"end_time"=>"<dateTime>", "start_time"=>"<dateTime>", "topic"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |