Update Workflow
Workflows
Update Workflow
Edit fields on an existing workflow, or enable / disable it
PATCH
Update Workflow
Request
Path Parameters
Workflow UUID.
Headers
Optional UUID for retry deduplication.
Body Parameters
All fields are optional; include only those you want to change. At least one field is required.Updated name.
true to enable, false to disable.Updated condition entity.
Updated condition field.
Updated operator.
Updated value.
Updated action type.
Updated action configuration. Replaces the existing config entirely; there is no deep-merge.
Updated daily cap.
Response
The updated workflow record (same shape as
GET /v1/workflows/{id}).X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | No updatable fields provided or unsupported operator/action combo |
| 401 | invalid_key | Invalid or expired API key |
| 403 | insufficient_permissions | Missing write:workflows permission |
| 404 | not_found | Workflow not found |
| 429 | rate_limited | Rate limit exceeded |