update_atc_rule
Update existing ATC rules by specifying the rule ID and optional fields to modify, such as name, match type, URL pattern, or browser and space filters.
Instructions
Update an existing ATC rule. Only the fields you provide will be changed. Get rule IDs from list_atc_rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ATC rule ID to update. Get IDs from list_atc_rules. | |
| name | No | New name for the rule. | |
| isEnabled | No | Enable or disable the rule. | |
| matchType | No | New match type. | |
| urlPattern | No | New URL pattern. | |
| openInBrowser | No | [Open rules] New target browser. Set to null to clear. | |
| sourceBrowser | No | [Save rules] New source browser filter. Set to null to clear. | |
| sourceSpaceID | No | [Open rules] New source space filter. Set to null to clear. | |
| targetSpaceID | No | [Save rules] New target space ID. Set to null to clear. | |
| openInProfileID | No | [Open rules] New profile ID. Set to null to clear. |