Skip to main content
PATCH
Update a schedule

Authorizations

Authorization
string
header
required

Use the Authorization header with Bearer scheme.

Examples:

  • API Key: Authorization: Bearer calid_xxxxx

Path Parameters

scheduleId
string
required

Numeric schedule identifier.

Pattern: ^[1-9]\d*$
Example:

"42"

Body

application/json
name
string

Human-readable schedule name.

Example:

"Weekday Working Hours"

timeZone
string

IANA timezone identifier used for this schedule.

Example:

"Asia/Kolkata"

Response

Schedule updated

Schedule updated

success
enum<boolean>
required
Available options:
true
data
object
message
string
meta
object