Update violation
Violations
Update violation
Update a violation’s status (open, resolved, false_positive, acknowledged).
PATCH
Update violation
Authorizations
JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.
Path Parameters
Violation ID
Body
application/json
Response
Successful Response
Response model after updating a violation.
Violation identifier
Example:
"550e8400-e29b-41d4-a716-446655440010"
Updated status
Example:
"resolved"
Timestamp when the violation was last updated
Example:
"2024-01-16T14:30:00Z"
Username who resolved
Example:
"admin"
Notes about the resolution
Example:
"Fixed by adding column description"

