Updates a job to the values of the parameters passed. Any parameters not provided will be left unchanged.

Most people use this to update to-do lists.

The Update Jobs endpoint can be used for minor adjustments to the times a job can occur. Any start or end date changes must be to a date within 3 days of the current scheduled datetime or preferred datetime. Use the reschedule endpoint to make major changes including changing the scheduled or preferred date of the job.

Log in to see full request history
Path Params
integer
required

Job ID to perform action

Body Params
integer | null

The id for the to-do list. Learn more: https://help.tidy.com/to-do-lists

If you pass a to-do list id:
The pro will see that list when doing the job.

If you pass this parameter with an null value:
The pro will not see any to-dos in this job.

If you don't pass this parameter at all:
We will not change the existing value for this job.

start_no_earlier_than
object

First time a job can be scheduled to start. The Update Jobs endpoint can be used for minor adjustments to the times a job can occur. Any start or end date changes must be to a date within 3 days of the current scheduled datetime or preferred datetime. Use the reschedule endpoint to make major changes including changing the scheduled or preferred date of the job.

end_no_later_than
object

Latest time a Job can be scheduled to finish. The Update Jobs endpoint can be used for minor adjustments to the times a job can occur. Any start or end date changes must be to a date within 3 days of the current scheduled datetime or preferred datetime. Use the reschedule endpoint to make major changes including changing the scheduled or preferred date of the job.

Response

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json