Skip to content

Bulk update of project findings state (review and/or suppression) or severity

Request

Bulk update of project findings state (review and/or suppression) or severity

Security
bearer-key
Path
projectUuidstringrequired

UUID of the project

Bodyapplication/jsonrequired

Bulk patch operation to apply to the findings

findingsArray of strings

IDs of findings to modify.

patchOperationobject(dto.PatchFinding)
PATCH
/api/v3.0/projects/{projectUuid}/code/findings
{ "findings": [ "string" ], "patchOperation": { "customSeverity": "string", "origin": "string", "reviewed": true, "suppressed": true, "suppressionReason": "string" } }

Responses

OK

Bodyapplication/json
additionalDataobject
responseobject(dto.SuccessResponse)
supportTokenstring
Response
{ "additionalData": {}, "response": { "message": "Operation succeeded", "result": null, "success": true }, "supportToken": "string" }