API
builds.prepare
Description
Creates a new project build for the given project.
Code Examples
Schema
Request Parameters
Request
- A tag given to the project build. 
- A file being prepared to upload. - The path/filename of the file. 
- The MIME type of the file. 
- Unsigned 64 bit integer. 
 
Response
- The name of the file to upload. This is the same as the one given in the upload prepare file. 
- The URL of the presigned request for which to upload your file to. 
- The byte offset for this multipart chunk. Always 0 if not a multipart upload. 
- Expected size of this upload.