Update rule
Rules
Update rule
Update an existing rule.
PATCH
Update rule
Updates one existing
Rule.
Headers
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs write scope.application/jsonPath parameters
Rule ID to update.
Body parameters
Updated rule name.
Updated routing description.
Updated rule tree.
Updated agent assignments.
Updated runtime input schema.
Response
Returns the updatedRule.
Errors
400 Bad Request
400 Bad Request
The body is malformed, a referenced agent ID is invalid, or the
flowConfig references a missing or unsupported action or widget form.401 Unauthorized
401 Unauthorized
403 Forbidden
403 Forbidden
The API key does not include the
write scope required for this route.404 Not Found
404 Not Found
The rule ID does not exist in your workspace.
500 Internal Server Error
500 Internal Server Error
Fini failed while updating the rule in storage.

