Update Defect Matcher
update_defect_matcherUpdate a defect matcher's name or regex patterns for message and trace. Provide the matcher ID and at least one field to modify.
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'. |