Skip to main content
PUT
Update Schedule

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

schedule
integer
required

The schedule ID

Body

application/json

UpdateScheduleRequestData

name
string | null
Maximum string length: 255
message
string | null
status
enum<integer> | null
Available options:
0,
1,
2
scheduled_at
string<date-time> | null
completed_at
string<date-time> | null
published_at
string<date-time> | null
components
ScheduleComponentRequestData · object[] | null
meta
object | null

Response

Schedule

data
Schedule · object
required
included
(Component · object | Update · object)[]