v1

latestOpenAPI 3.0.0Proprietary - Commercial Use Only2026-08-06172139621.6 KB
Findings

Update a finding.

Update a finding's status.

patch/api/v2/companies/{id}/findings/{findingId}

Path parameters

idinteger required

The id of the company that includes finding.

findingIdinteger required

The id of the target finding.

Request body

Status'Active' | 'FalsePositive' | 'Suppressed' | 'Acknowledged' | 'Deleted' | 'Remediated' required

The new string status of the finding.

Commentstring

Description about updates on finding.

Example request

{
  "Status": "FalsePositive",
  "Comment": "Approved to fix"
}

Response

Success