POST /api/v1/projects//build
Upload the app build for a project. Send the raw file bytes as the request
body (not multipart form data). The upload replaces the project’s current build.
Request
string
required
The project id, in the URL path.
string
required
Bearer <your API key>.string
application/octet-stream.binary
required
The raw build bytes. The platform is inferred from the file extension, not the project’s
platform. Max 600 MB.
Response
boolean
true on success.string
The project the build was attached to.
string
Id of the stored build asset.