---
title: "Update a project finding state (review and/or suppression) or severity (Code - SAST)"
method: PATCH
path: "/api/v3.0/projects/{projectUuid}/code/findings/{findingSnapshotId}"
tags: ["Findings - Project"]
---

# Update a project finding state (review and/or suppression) or severity (Code - SAST)

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

Update a project finding state (review and/or suppression) or severity

## Path parameters

- `projectUuid` string, required
- `findingSnapshotId` string, required

## Request body

- 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

## 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)
