Update Defect Matcher
update_defect_matcherAdjust a defect matcher by updating its name or trace/message regex patterns.
Instructions
Update a defect matcher's name or regex patterns.
At least one field must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New matcher name | |
| matcher_id | Yes | ID of the matcher to update | |
| trace_regex | No | New trace regex | |
| message_regex | No | New message regex | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| trace_regex | No | ||
| message_regex | No |