Findings
Update Finding Status
Update a finding to ACTIVE, RESOLVED, or ARCHIVED to track remediation progress across your organization.
POST
Update Finding Status
Authorizations
API key generated from the MindFort dashboard. Pass as Authorization: Bearer <your-api-key>.
Path Parameters
UUID of the finding
Body
application/json
New finding status
Available options:
ACTIVE, RESOLVED, ARCHIVED Resolution reason. FALSE_POSITIVE is only valid when status is ARCHIVED and requires resolve_context.
Available options:
FIX, WONT_FIX, FALSE_POSITIVE, null Optional resolution context. Required when archiving a FALSE_POSITIVE.
Maximum string length:
2000