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
Example request
{
"Status": "FalsePositive",
"Comment": "Approved to fix"
}Response
Success