Modifies an existing schedule

id and workflowid must be included in the request however they cannot be modified.

cron expressions can be submitted in either string or json format.

cron string format example:

"cron": "0 /1 * *",
...
 

cron json format example:

"cron": {
"minutes": "0",
"hours":"/1",
"dayofmonth": "
",
"month": "",
"dayofweek": "
"
},
...

Useful links:

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The schedule id

Body Params

The request to update a schedule

cron
object
required
string
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/hal+json