# Update Library Security Alert Updates the status of a library security alert Endpoint: PUT /api/v2.0/projects/{projectToken}/alerts/security/library/{libraryUuid} Version: 3.0.1 Security: bearer-key ## Path parameters: - `projectToken` (string, required) project UUID (by running Entities - Product > Get Product Projects) or Project Token (from the Mend SCA App: tab > ). - `libraryUuid` (string, required) library UUID (get a project's library by running Library - Project > Get Project Libraries. ## Request fields (application/json): - `status` (string) Enum: "ACTIVE", "IGNORED" - `comment` (string) Example: "This alert is not important" ## Response 200 fields (application/json): - `supportToken` (string) Example: "1171c60d" - `retVal` (boolean) ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"