Update a cron job
update_jobUpdate an existing cron job without resubmitting unchanged fields. Adjust schedule, URL, authentication, headers, notifications, or request settings to fix or refine job behavior.
Instructions
Update an existing cron job. Only include the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL the job requests | |
| auth | No | ||
| body | No | Request body to send (for POST/PUT/PATCH) | |
| jobId | Yes | The job's numeric ID | |
| title | No | Human-readable job name | |
| enabled | No | Whether the job is active (default true) | |
| headers | No | Extra request headers to send | |
| folderId | No | Folder to place the job in | |
| schedule | No | ||
| notification | No | ||
| requestMethod | No | 0=GET 1=POST 2=OPTIONS 3=HEAD 4=PUT 5=DELETE 6=TRACE 7=CONNECT 8=PATCH | |
| saveResponses | No | Save response headers/body for each execution | |
| requestTimeout | No | Seconds before the request is aborted | |
| redirectSuccess | No | Treat 3xx redirects as success |