Bearer authentication of the form `Bearer <token>`, where token is your auth token.
Request
This endpoint expects an object.
idstringRequiredformat: "id"
Organization schedule ID.
default_weekly_org_scheduleobjectOptional
min_valid_dayslongOptional
Organization schedule must be valid for at least this many days in
the future. Meaning organization schedule fragments must cover this
period. 0 if omitted.
namestringOptionalformat: "text"
Human-readable name.
org_schedule_fragmentslist of objectsOptional
List of organization schedule fragments with no overlaps or gaps.
timezonestringOptionalformat: "text"
Timezone in which the organization schedule applies. Expected to be
a valid IANA time zone name such as America/New_York.
weekly_org_scheduleslist of objectsOptional
If this day belongs to a named period according to the currently
active organization schedule fragment, a weekly organization
schedule from this list with the corresponding name will apply.
Response
Success.
org_scheduleobject
Errors
Update Org Schedule
Human-readable name.
Timezone in which the organization schedule applies. Expected to be
a valid IANA time zone name such as America/New_York.
Bearer authentication of the form Bearer <token>, where token is your auth token.