Skip to content

Update Multiple Violation SLA

Request

Updates the SLA of Multiple Project Violating Findings

Security
bearer-key
Path
orgUuidstringrequired

org UUID (from the Mend App: Administration General > Organization UUID).

projectUuidstringrequired

UUID of the project

Bodyapplication/jsonrequired
datestring(Date)yyyy-MM-dd
Example:"2024/12/31"
identifiersArray of objects(ProjectViolationIdentifierDTOV3)
PUT
/api/v3.0/orgs/{orgUuid}/projects/{projectUuid}/violations/sla
{ "date": "2024/12/31", "identifiers": [ {} ] }

Responses

OK

Bodyapplication/json
supportTokenstring(Support Token)
Example:"1171c60d"
responseboolean
Response
{ "supportToken": "1171c60d", "response": true }