Skip to main content

Create a release

Create a new release in an existing application.

Request Body
status array[] REQUIRED

Possible values: [active, pending, deprecated, failed]

build_id integer REQUIRED

The ID of the build to which this release belongs

application_id integer REQUIRED

The ID of the application to which this release belongs

semver string REQUIRED

A "semantic version"-compatible identifier

Responses
200

The operation was successful

Schema OPTIONAL
id integer

A system-wide unique ID for the release

semver string

A "semantic version"-compatible identifier

buildId integer

The ID of the build that will be released

status array[]

Possible values: [active, pending, deprecated, failed]

asset object
id integer

A system-wide unique ID for the asset

buildId integer

The build to which this asset belongs to

type string

A string identifying the asset type

url string

A URL locator for the asset

metadata string

Arbitrary data that acts as companion for this resource

created_at string

ISO 8859 UTC date representing when the entity was created

updated_at string

ISO 8859 UTC date representing when the entity was created