Updates the specified schedule entry.
Request body
The url of the entry
[Required] The unique identifier used in URLs and filenames
[Required] The name of the action to be scheduled
Lower number is higher priority (default=10)
UTC time (ISO 8601) to start, or leave blank for 'now'
UTC time (ISO 8601) to stop, or leave blank for 'never' (not valid with relative stop)
Integer seconds after start to stop, or leave blank for 'never' (not valid with absolute stop)
Seconds between tasks, or leave blank to run once
Indicates whether the entry should be removed from the scheduler without removing it from the system
If given, the scheduler will POST a TaskResult JSON object to this URL after each task completes
UTC time (ISO 8601) the next task is scheduled for
The id of the next task to be executed
The date the entry was created
The date the entry was modified
The name of the user who owns the entry
The list of results related to the entry
Only validate the input, do not modify the schedule
Response
OK
The url of the entry
[Required] The unique identifier used in URLs and filenames
[Required] The name of the action to be scheduled
Lower number is higher priority (default=10)
UTC time (ISO 8601) to start, or leave blank for 'now'
UTC time (ISO 8601) to stop, or leave blank for 'never' (not valid with relative stop)
Integer seconds after start to stop, or leave blank for 'never' (not valid with absolute stop)
Seconds between tasks, or leave blank to run once
Indicates whether the entry should be removed from the scheduler without removing it from the system
If given, the scheduler will POST a TaskResult JSON object to this URL after each task completes
UTC time (ISO 8601) the next task is scheduled for
The id of the next task to be executed
The date the entry was created
The date the entry was modified
The name of the user who owns the entry
The list of results related to the entry
Only validate the input, do not modify the schedule