konveyor / tackle-pathfinder

Tackle Pathfinder application
Apache License 2.0
16 stars 23 forks source link

bulk_delete: new endpoint for bulk delete of assessments #237

Closed m-brophy closed 2 years ago

m-brophy commented 2 years ago

If running this locally you can test by running a command of this form:

curl -X POST "http://$api_ip/pathfinder/assessments/bulkDelete" -H 'Accept: application/json' \ -H "Authorization: Bearer $access_token" \ -H 'Content-Type: application/json' \ -d "[{\"applicationId\": 1}, {\"applicationId\": 2}]"