# Update Root LibrarySecurity 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: "ACTIVE", "IGNORED" - `comment` (string) Example: "This alert is not important" ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" - `retVal` (object) ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d" - `retVal` (object)