deployments

Create deployment

Create a deployment for the specified application

post/applications/{application-identifier}/deployments

Request body

versionstring required
ownerNamestring
emailAddressstring email
commentstring
scmIdentifierstring
scmType'gitHub' | 'gitLab' | 'azureDevOps' | 'bitbucket'
createdAtstring date-time

Prefer deployedAt. This field is for backwards compatibility.

Specifying both createdAt and deployedAt will prioritize the use of deployedAt

deployedAtstring date-time

Response

Created

identifierstring required
applicationIdentifierstring required
versionstring required
emailAddressstring email
ownerNamestring
commentstring
scmIdentifierstring
scmType'gitHub' | 'bitbucket' | 'gitLab' | 'azureDevOps'
deployedAtstring date-time
applicationUrlstring uri

Changes

No recorded changes to this endpoint across all 3 revisions of this API.