v1

latestOpenAPI 3.0.32026-07-131670112.4 KB
Availability

Update an availability rule by ID

Patch a single availability rule without replacing other rules for the same day.

patch/v1/availability/{id}

Path parameters

idstring required

Request body

day_of_weekinteger
start_timestring
end_timestring
timezonestring

Response

Default Response

object required

Example response

{
  "Id": 12,
  "user_id": "7",
  "day_of_week": 1,
  "start_time": "08:30",
  "end_time": "15:30",
  "timezone": "America/Chicago"
}