Skip to main content
PATCH
Update cron

Path parameters

string
required
The UUID of the cron to update.

Request body

All fields are optional. Only provided fields are updated.
string
Display name.
string
Cron expression. If changed, next_run_at is automatically recalculated.
string
Webhook URL.
string
HTTP method: GET, POST, or DELETE.
object
Custom HTTP headers.
object
JSON body payload.
boolean
Set to true to pause execution, false to resume.

Response

Returns the updated cron object.
200
400