# Update Security Finding (Dependencies - SCA) Changes a given security finding's status and comments Endpoint: PUT /api/v3.0/projects/{projectUuid}/dependencies/findings/security Version: 3.0 Security: bearer-key ## Path parameters: - `projectUuid` (string, required) UUID of the project ## Request fields (application/json): - `status` (string) Enum: "ACTIVE", "IGNORED" - `comment` (string) Example: "This alert is not important" - `alertUuids` (array) ## Response 200 fields (application/json): - `additionalData` (object) + : The total count of data points returned in an API response. Example: {"totalItems":"422","next":"http://someUrl?cursor=3","cursor":3} - `supportToken` (string) Example: "1171c60d" - `response` (boolean) ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" - `retVal` (object) ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d" - `retVal` (object)