Update phase status for release

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

Updates the execution status of a phase of a release

Path parameters

projectKeystringRequired

The project key

flagKeystringRequired

The flag key

phaseIdstringRequired

The phase ID

Request

This endpoint expects an object.
statusstringOptional

Status of the phase

audienceslist of objectsOptional

Extra configuration for audiences required upon phase initialization.

Response

Action succeeded

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