Skip to main content
PATCH
Update a schedule (partial).

Authorizations

Authorization
string
header
required

The access_token from the exchange endpoint.

Path Parameters

id
string
required

Body

application/json

Partial patch. account_username and status are not updatable here; any key outside this set is rejected.

name
string
Required string length: 1 - 120
cadence
object

Recurrence for a standing schedule. Off, or N posts/day across the active window.

device_udid
string | null
active_start_hour
integer
Required range: 0 <= x <= 23
active_end_hour
integer
Required range: 1 <= x <= 24
timezone
string
per_day_cap
integer
Required range: 1 <= x <= 12
horizon_hours
integer
Required range: 1 <= x <= 72
default_disposition
enum<string>
Available options:
draft,
post_now

Response

Updated schedule.

schema
string
required
Allowed value: "1.0"
schedule
object
required