Skip to main content
PATCH
Update a project schedule

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string
required
Required string length: 1 - 255
scheduleId
string
required
Required string length: 1 - 255

Body

application/json
cron
string
Required string length: 1 - 120
enabled
boolean
timezone
string | null
Required string length: 1 - 100

Response

Update a project schedule

createdAt
string<date-time>
required
cron
string
required
enabledAt
string<date-time> | null
required
id
string
required
Required string length: 1 - 255
lastRunAt
string<date-time> | null
required
nextRunAt
string<date-time> | null
required
timezone
string | null
required
updatedAt
string<date-time>
required
projectId
string
required
Required string length: 1 - 255