# Update root library security finding (Dependencies - SCA)

Changes a given security finding's status and comments

Endpoint: PUT /api/v3.0/projects/{projectUuid}/dependencies/findings/security/rootLibrary/{rootLibraryUuid}
Version: 3.0
Security: bearer-key

## Path parameters:

  - `projectUuid` (string, required)
    UUID of the project

  - `rootLibraryUuid` (string, required)
    Alert UUID (by running the appropriate Get in Alerts - Project).

## Request fields (application/json):

  - `status` (string)
    Enum: "MARK_AS_UNREVIEWED", "MARK_AS_IN_REVIEW", "SUPPRESS", "UNSUPPRESS"

  - `comment` (string)
    Example: "This Finding is not important"

  - `isViolating` (boolean)

## Response 400 fields (*/*):

  - `supportToken` (string)
    Example: "1171c60d"


