Skip to main content
PATCH
Update schedule

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Body

application/json
name
string
Minimum string length: 3
cronSchedule
string
functionUrl
string<uri>
httpMethod
enum<string>
Available options:
GET,
POST,
PUT,
PATCH,
DELETE
headers
object
body
object
isActive
boolean

Response

Schedule updated successfully

id
string<uuid>
cronJobId
string | null
message
string