Modify an existing schedule by updating its rules, timezone, and name All fields are optional - only provided fields will be updated.
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15 Unique identifier of the schedule to update
"sch123def456ghi789"
Human-readable name for the schedule
"Updated Business Hours"
Updated schedule rules defining when the schedule is active
[
{
"type": "wday",
"day": "monday",
"intervals": [{ "from": "08:00", "to": "18:00" }]
}
]Updated timezone for the schedule (IANA timezone identifier)
^[A-Za-z_]+/[A-Za-z_]+$"America/Los_Angeles"
Schedule updated successfully