Skip to main content
PATCH
Update Workflow

Request

Path Parameters

string
required
Workflow UUID.

Headers

string
Optional UUID for retry deduplication.

Body Parameters

All fields are optional; include only those you want to change. At least one field is required.
string
Updated name.
boolean
true to enable, false to disable.
string
Updated condition entity.
string
Updated condition field.
string
Updated operator.
string
Updated value.
string
Updated action type.
object
Updated action configuration. Replaces the existing config entirely; there is no deep-merge.
integer
Updated daily cap.

Response

object
The updated workflow record (same shape as GET /v1/workflows/{id}).
Responses include X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.

Example Response

Errors