Skip to main content

Preview

GET /fix/preview

Preview all available fixes without applying.
Response:

POST /fix/preview

Preview fix for a specific finding. Request body:

Apply

POST /fix/apply

Apply a single fix. Request body:
Response: FixResult with applied diff, new score, and evidence entry ID.

POST /fix/apply-and-validate

Apply fix and immediately re-scan to validate the result. Request body: Same as /fix/apply Response:

POST /fix/apply-all

Batch apply all available fixes. Request body:
Response:

Undo

POST /fix/undo

Revert a previously applied fix. Request body:
Omit id to undo the most recent fix.

GET /fix/history

List all applied fixes with timestamps, diffs, and undo availability.