Slots
Update a reserved slot
patch/v2/slots/reservations/{uid}
Path parameters
uidstring required
Headers
cal-api-versionstring required
Must be set to 2024-09-04
Request body
Example request
{
"eventTypeId": 1,
"slotStart": "2024-09-04T09:00:00Z",
"reservationDuration": 5
}Response
Example response
{
"status": "success",
"data": {
"eventTypeId": 1,
"slotStart": "2024-09-04T09:00:00Z",
"slotEnd": "2024-09-04T10:00:00Z",
"reservationUid": "e84be5a3-4696-49e3-acc7-b2f3999c3b94",
"reservationDuration": 5,
"reservationUntil": "2023-09-04T10:00:00Z"
}
}