Create Deployment Schedules
Path parameters
The deployment id
The deployment id
Headers
Request body
Example request
[
{
"schedule": {
"timezone": "America/New_York"
}
}
]Response
Successful Response
Example response
[
{
"schedule": {
"timezone": "America/New_York"
}
}
]Changes
Changed in 3 of the 50 revisions of this API.17
- ○
added the new optional request property
items/catchupnew-optional-request-property
- ○
added the new optional request property
items/max_active_runsnew-optional-request-property
- ○
added the new optional request property
items/max_scheduled_runsnew-optional-request-property
- ○
added the optional property
items/catchupto the response with the201statusresponse-optional-property-added
- ○
added the optional property
items/max_active_runsto the response with the201statusresponse-optional-property-added
- ○
added the optional property
items/max_scheduled_runsto the response with the201statusresponse-optional-property-added
- ○
- ▲
the request property
items/schedulebecame requiredrequest-property-became-required
- ▲
- ○
endpoint added
endpoint-added
- ○