Scan
Update Scan
Update specific fields (status, reason, remediation, severity, impact, likelihood, confidence) of a single finding inside a scan result.
Only the fields provided in the request body will be updated. Fields omitted will remain unchanged.
PUT
Authorizations
Path Parameters
The ID of the scan document
The ID of the finding to update
Body
application/json
Fields to update in the finding
Status of the finding (e.g., True Positive, False Positive, Unverified)
Reason for classification
Suggested remediation
Severity level
Potential impact
Likelihood of exploit
Confidence in detection
Response
200
Finding updated successfully