finding_update
Update an existing security finding by specifying its ID and the fields to change, such as status or assignee.
Instructions
Update an existing Finding (WRITE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Fields to change, e.g. {"status": "Closed", "assignee_email": "analyst@example.com"} | |
| finding_id | Yes | The Finding's identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |