v13
latestOpenAPI 3.0.32026-07-31359869.4 MBUpload Deployment Files
Before you create a deployment you need to upload the required files for that deployment. To do it, you need to first upload each file to this endpoint. Once that's completed, you can create a new deployment with the uploaded files. The file content must be placed inside the body of the request. In the case of a successful response you'll receive a status code 200 with an empty body.
Query parameters
The Team identifier to perform the request on behalf of.
The Team slug to perform the request on behalf of.
Headers
The file size in bytes
The file size in bytes
The file SHA1 used to check the integrity
The file SHA1 used to check the integrity
The file SHA1 used to check the integrity
The file SHA1 used to check the integrity
The file size as an alternative to Content-Length
The file size as an alternative to Content-Length
Response
File already uploaded File successfully uploaded
Example response
{
"urls": [
"example-upload.aws.com"
]
}