# Upload Update Request 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. Endpoint: POST /api/v2.0/orgs/{orgToken}/updateRequest Version: 3.0.1 Security: bearer-key ## Path parameters: - `orgToken` (string, required) org UUID (by running Entities - Organization > Get User Organizations) or API Key (from the Mend SCA App: tab > ). ## Request fields (multipart/form-data): - `file` (string, required) update request file to upload ## Response 200 fields (application/json): - `supportToken` (string) Example: "1171c60d" - `retVal` (object) - `retVal.message` (string) Example: "Success!" ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"