API referenceFindings
Retest Finding
Path Parameters
finding_id*Finding Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Body of POST /findings/{finding_id}/retest.
Empty on purpose: the retest takes its workspace from the session and everything else from the stored finding. It stays a model so the endpoint keeps a typed, extensible body instead of silently accepting anything.
Response Body
application/json
application/json
curl -X POST "https://example.com/findings/string/retest" \ -H "Content-Type: application/json" \ -d '{}'{ "finding_id": "string", "workflow_id": "string", "status": "string"}