Skip to main content
PATCH
Update job
You can only update jobs with status: "pending". Completed and failed jobs cannot be modified.

Path parameters

string
required
The UUID of the job to update.

Request body

All fields are optional. Only provided fields are updated.
string
Display name.
string
ISO 8601 timestamp. Must be in the future.
string
Webhook URL.
string
HTTP method: GET, POST, or DELETE.
object
Custom HTTP headers.
object
JSON body payload.

Response

Returns the updated job object.
200
400