update_chat_rule
Modify an existing chat rule in a RunWhen workspace by rule ID, updating its content, name, scope, or active status as needed.
Instructions
Update an existing chat rule by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New rule name. | |
| rule_id | Yes | The rule ID to update. | |
| scope_id | No | New scope ID. | |
| is_active | No | Set active/inactive. | |
| scope_type | No | New scope type. | |
| rule_content | No | New markdown content. | |
| workspace_name | Yes | The workspace the rule belongs to (e.g. 't-oncall'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |