Set lifecycle dates
Applications
Set lifecycle dates
Replace the lifecycle milestone dates. Dates absent from the body are cleared.
Required scope applications:edit
put
/applications/{id}/lifecycleAuthorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the application. Must belong to the workspace the key is bound to.
Bodyapplication/json
phaseInDatestring<date> | nullDate the application entered the phase-in stage.
deployedDatestring<date> | nullDate the application was deployed to production.
phaseOutDatestring<date> | nullDate the application entered the phase-out stage.
retiredDatestring<date> | nullDate the application was retired.
Response200 · application/json
The updated lifecycle dates.
phaseInDatestring<date> | nullDate the application entered the phase-in stage.
deployedDatestring<date> | nullDate the application was deployed to production.
phaseOutDatestring<date> | nullDate the application entered the phase-out stage.
retiredDatestring<date> | nullDate the application was retired.