latestOpenAPI 3.1.02026-08-20118232229.3 KB
0e42b0fb26d9
Update schedule
Update an existing schedule for an app.
put/schedules/{idOrName}
Path parameters
idOrNamestring required
The ID or name of the schedule to update.
The ID or name of the schedule to update.
Headers
X-Tower-Request-Numberinteger
Optional account-scoped monotonic sequence token used to reject out-of-order writes. See the fence documentation for the acceptance window and retry behavior.
Optional account-scoped monotonic sequence token used to reject out-of-order writes. See the fence documentation for the acceptance window and retry behavior.
Request body
Example request
{
"$schema": "https://api.tower.dev/v1/schemas/UpdateScheduleParams.json"
}Response
OK
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/UpdateScheduleResponse.json"
}