v1
latestOpenAPI 3.0.12026-08-06151265417.9 KBFindings - Project
Update multiple findings status
Update the status of multiple findings in bulk (e.g. suppress, review)
post/api/v3.0/projects/{projectuuid}/images/findings
Path parameters
projectuuidstring required
UUID of the project
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": {
"updatedStatuses": [
{
"createdAt": "2020-01-01T00:00:00Z",
"updatedAt": "2020-01-01T00:00:00Z",
"uuid": "c4f93b6d-8236-4d0c-a67b-3978def476a3"
}
]
},
"supportToken": "659C0A4730"
}