# Update Security Alert Changes a given security alert's status and comments Endpoint: PUT /api/v2.0/projects/{projectToken}/alerts/security/{alertUuid} 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 > ). - `alertUuid` (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" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"