tracecat_update_action
Update an existing action's title, description, inputs as YAML, and control flow settings like conditional run, loops, retry policy, and start delay.
Instructions
Update an existing action (title, description, inputs, control_flow). Note: inputs must be a YAML string, not a JSON object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_id | Yes | Action ID | |
| workflow_id | Yes | Workflow ID | |
| title | No | New title | |
| description | No | New description | |
| inputs | No | Action inputs as a YAML string (e.g. 'value: hello\nurl: https://...') | |
| control_flow | No | Control flow settings |