POST /api/builds
Uploads a new build. Use multipart/form-data for the request format and single file upload.
Remarks
Must be a .zip file.
Response
Returns metadata about the uploaded build.
Example
{ "AssetType": 2, "Type": "Logo", "Uri": "http://account.blob.core.windows.net/asset-name.extension", "Default": false, "Name": "name.ext", "Length": 234623, "CreatedAt": "2022-12-21T15:09:26.6579236+00:00" }