v1
latestOpenAPI 3.0.12026-08-06151265417.9 KBFindings - Project
Update finding status
Update the status of a finding (e.g. suppress, review)
put/api/v3.0/projects/{projectuuid}/images/findings/security/{findingid}
Path parameters
projectuuidstring required
UUID of the project
findingidstring required
vulnerability ID (CVE)
Request body
Response
OK
Example response
{
"additionalData": {
"paging": {
"cursor": 5,
"next": "https://api-saas.mend.io/api/v3.0/projects/<project_uuid>>/images/deployments?cursor=6"
},
"totalItems": 100
},
"response": {
"createdAt": "2020-01-01T00:00:00Z",
"updatedAt": "2020-01-01T00:00:00Z",
"uuid": "c4f93b6d-8236-4d0c-a67b-3978def476a3"
},
"supportToken": "659C0A4730"
}