Update finding
Findings
Update finding
Change a finding’s state, severity, and/or duplicate link.
PATCH
Update finding
Updates the
The response contains only the updated state, severity, and duplicate link. Fetch the full finding via
state, severity, duplicate_of, or any combination of them on a single finding. Every change is recorded to the finding’s audit trail and propagated to connected integrations (GitHub, Slack, Jira, Linear).
Scope required:
writeRequest
Path parameters
Body
At least one ofstate, severity, or duplicate_of must be provided. Providing none of them returns 400.
Setting
duplicate_of to another finding UUID closes this finding as a duplicate. Setting duplicate_of to null removes the duplicate link and reopens the finding.Response
200 OK
GET /findings/{id} for the remaining fields.
Errors
400— none ofstate,severity, orduplicate_ofprovided, or field validation failed.404— finding not found, still in verification, or not visible to your organization.