---
title: "Bulk update of project findings state (review and/or suppression) or severity"
method: PATCH
path: "/api/v3.0/projects/{projectUuid}/code/findings"
tags: ["Findings - Project"]
---

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

`PATCH /api/v3.0/projects/{projectUuid}/code/findings`

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

## Path parameters

- `projectUuid` string, required

## Request body

- DtoBulkPatchFinding
  - `findings` string[] — IDs of findings to modify.
  - `patchOperation` DtoPatchFinding
    - `customSeverity` string — If set, it has to be either <em>High</em>, <em>Medium</em> or <em>Low</em>. Case insensitive, all values are converted to have the first letter uppercase and others lowercase, e.g. <em>High</em>.
    - `origin` string — Optional, origin used for telemetry.
    - `reviewed` boolean
    - `suppressed` boolean
    - `suppressionReason` string — Has to be unset or empty if <b>suppressed</b> is not set or if it's false.

## Response `200`

OK

- DtoMendResponseDtoSuccessResponse
  - `additionalData` object
  - `response` DtoSuccessResponse
    - `message` string
    - `result` unknown
    - `success` boolean
  - `supportToken` string

## Other responses

- `400` — Invalid query definition
- `403` — Unauthorized
- `500` — Error while processing the request

---

[API](https://skmtc.net/mend/apis/mend-api.md) · [All operations](https://skmtc.net/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mend/mend-api/versions/849dfb157abc/schema)
