---
title: "Update root library security finding (Dependencies - SCA)"
method: PUT
path: "/api/v3.0/projects/{projectUuid}/dependencies/findings/security/rootLibrary/{rootLibraryUuid}"
tags: ["Findings - Project"]
---

# Update root library security finding (Dependencies - SCA)

`PUT /api/v3.0/projects/{projectUuid}/dependencies/findings/security/rootLibrary/{rootLibraryUuid}`

Changes a given security finding's status and comments

## Path parameters

- `projectUuid` string, required
- `rootLibraryUuid` string, required

## Request body

- UpdateFindingsRequestDTOV3
  - `status` 'MARK_AS_UNREVIEWED' | 'MARK_AS_IN_REVIEW' | 'SUPPRESS' | 'UNSUPPRESS'
  - `comment` string
  - `isViolating` boolean

## Response `200`

OK

- boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/mend/apis/mend-api.md) · [All operations](https://skmtc.dev/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mend/mend-api/revisions/b2302e1b6c4c/schema)
