Skip to content

Update Legal And Compliance Alert

Request

Updates the status of the legal and compliance alerts for a given project

Security
bearer-key
Path
projectTokenstringrequired

org UUID (by running Entities - Organization > Get User Organizations) or API Key (from the Mend SCA App: Integrate tab > API Key).

alertUuidstringrequired

Alert UUID (by running the appropriate Get in Alerts - Project).

Bodyapplication/jsonrequired
statusstring(Alert Status)
Enum:"ACTIVE""IGNORED"
commentstring, <= 500 characters(Alert Comment)
Example:"This alert is not important"
isViolatingboolean
PUT
/api/v2.0/projects/{projectToken}/alerts/legal/{alertUuid}
{ "status": "ACTIVE", "comment": "This alert is not important", "isViolating": true }

Responses

OK

Bodyapplication/json
boolean
Response
true