Update Rule
Update an existing automation rule. Send full conditions/actions arrays to replace, or partial top-level fields with sometimes-validation semantics. Bumps version and writes a history snapshot.
Headers
{{tenant_key_name}}
Request
This endpoint expects a multipart form.
name
Optional (sometimes): Rule name - max 191 chars
priority
Optional (sometimes): Integer 0-100
is_active
Optional (sometimes): bool
actions[0][sort_order]
Optional: Integer
actions[0][action_type]
Required when actions[] present
conditions[0][operator]
Required when conditions[] present
conditions[0][field_path]
Required when conditions[] present: dotted accessor
conditions[0][sort_order]
Optional: Integer - default 0
actions[0][assign_pool_id]
Conditional: required when action_type=ASSIGN_USER
Response
Successful response

