On-Call Schedule

Update On Call Schedule Hours

Replace the full set of per-weekday on-call windows.

An empty list means on-call 24/7 (the queue reconciler always runs). end_time <= start_time means the window crosses midnight into the next day.

put/on-call-schedule/hours

Request body

Response

Successful Response

weekdayinteger required

Weekday, 0=Monday .. 6=Sunday

enabledboolean required

Whether there is an on-call window on this weekday

start_timestring time required

Window start (firm timezone)

end_timestring time required

Window end; end <= start means the window crosses midnight into the next day

Changes

No recorded changes to this endpoint across all 1 revision of this API.