Start a milestone (deprecated)

Deprecated

Enterprise feature

Starts a release plan milestone for a specific feature flag and environment. Deprecated, please use /release-plans/:planId/milestones/:milestoneId/start instead.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectstringRequired
featureNamestringRequired
environmentstringRequired
planIdstringRequired
milestoneIdstringRequired

Response

#/components/schemas/releasePlanMilestoneSchema

idstring
The milestone's ID. Milestone IDs are ulids.
namestring
The name of the milestone.
sortOrderinteger
The order of the milestone in the release plan.
releasePlanDefinitionIdstring

The ID of the release plan/template that this milestone belongs to.

startedAtstring or nullformat: "date-time"
The date and time when the milestone was started.
transitionConditionobject or null
The condition configuration for the transition
progressionExecutedAtstring or nullformat: "date-time"
The date and time when the milestone progression was executed.
pausedAtstring or nullformat: "date-time"
The date and time when the milestone was paused.
strategieslist of objects or null
A list of strategies that are attached to this milestone.

Errors