API referenceFindings
Create Finding Suppression
Path Parameters
finding_id*Finding Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/findings/string/suppressions" \ -H "Content-Type: application/json" \ -d '{}'{ "matcher": "string", "scope": "string", "verdict": "string", "reason": "string"}