api
post/api/projects/{pid}/deploys
Request body
didinteger
A unique integer value identifying this deploy.
status'SUCCESS' | 'BUILDING' | 'DOWNLOADING' | 'FAILURE' | 'CANCELED'
Deploy status.
createdstring date-time
Deploy creation date.
project_zipstring uri
Zip file containing the project.
Response
Created
didinteger
A unique integer value identifying this deploy.
status'SUCCESS' | 'BUILDING' | 'DOWNLOADING' | 'FAILURE' | 'CANCELED'
Deploy status.
createdstring date-time
Deploy creation date.
project_zipstring uri
Zip file containing the project.