v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492497398.3 KB

Updates the status or risk level of a security finding.

post/UpdateFinding

Request body

findingIdstring required

The unique identifier of the finding to update.

agentSpaceIdstring required

The unique identifier of the agent space that contains the finding.

namestring

The updated name for the finding.

descriptionstring

The updated description for the finding.

riskTypestring

The updated risk type for the finding.

riskLevel'UNKNOWN' | 'INFORMATIONAL' | 'LOW' | 'MEDIUM' | 'HIGH' | 'CRITICAL'

Risk severity level.

riskScorestring

The updated numerical risk score for the finding.

attackScriptstring

The updated attack script for the finding.

reasoningstring

The updated reasoning for the finding.

status'ACTIVE' | 'RESOLVED' | 'ACCEPTED' | 'FALSE_POSITIVE'

Finding status.

customerNotestring

A customer-provided note on the finding.

Response

Success

UpdateFindingOutput required

Output for the UpdateFinding operation.