Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
UUID of the schedule
Body
application/json
Updated SLA schedule data
Maximum length:
100
Required range:
75 <= x <= 100
ID for an existing business-hours record in the 'chrono' service
Site IDs included in the SLA schedule
Maximum length:
250
TZ name (default UTC if missing)
Maximum length:
100
Auto-generated for POST if not provided, required for PUT
Needs to be true if weekly/monthly are false
Needs to be true if daily/monthly are false. If true, must pass day_of_week
Needs to be true if daily/weekly are false. If true, must pass day_of_month
Available options:
monday
, tuesday
, wednesday
, thursday
, friday
, saturday
, sunday
Required range:
1 <= x <= 28
User IDs to notify or a group parameter can be used
Maximum length:
250
Maximum length:
100
Response
OK. Returns updated schedule.