update_chat_rule
Update an existing chat rule by specifying its ID and workspace. Modify name, scope, content, 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 |