Create a new release for flag

PUT
/api/v2/projects/:projectKey/flags/:flagKey/release

Creates a release by adding a flag to a release pipeline

Path parameters

projectKeystringRequired

The project key

flagKeystringRequired

The flag key

Request

This endpoint expects an object.
releasePipelineKeystringRequired

The key of the release pipeline to attach the flag to

releaseVariationIdstringOptional

The variation id to release to across all phases

Response

Release response

namestring

The release pipeline name

releasePipelineKeystring

The release pipeline key

releasePipelineDescriptionstring

The release pipeline description

phaseslist of objects

An ordered list of the release pipeline phases

_versioninteger

The release version

_releaseVariationIdstringOptional

The chosen release variation ID to use across all phases of a release

_canceledAtlongOptional

Timestamp of when the release was canceled

Errors

Built with