Uploads information about a project's files, packages and dependencies, to be checked against Mend’s open source index, with the results viewable in the web app.
Security
bearer-key
POST
curl -i -X POST \
'https://api-saas.mend.io/api/v2.0/orgs/{orgToken}/updateRequest' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=stringResponse
{ "supportToken": "1171c60d", "retVal": { "message": "Success!" } }