update_rule
Update an existing rule's trigger, action, scope, or type by providing its ID. Modify specific fields to adjust rule behavior.
Instructions
Update an existing rule's trigger, action, scope, or type. Use my_rules first to find the rule ID. Returns the updated rule details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rule_id | Yes | The ID of the rule to update | |
| trigger | No | New trigger (topic/scene), optional | |
| action | No | New action (what to do), optional | |
| scope | No | New scope, optional | |
| rule_type | No | New rule type, optional | |
| override | No | New override flag, optional |