Start a milestone (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
project
featureName
environment
planId
milestoneId
Response
#/components/schemas/releasePlanMilestoneSchema
id
The milestone's ID. Milestone IDs are ulids.
name
The name of the milestone.
sortOrder
The order of the milestone in the release plan.
releasePlanDefinitionId
The ID of the release plan/template that this milestone belongs to.
startedAt
The date and time when the milestone was started.
transitionCondition
The condition configuration for the transition
progressionExecutedAt
The date and time when the milestone progression was executed.
pausedAt
The date and time when the milestone was paused.
strategies
A list of strategies that are attached to this milestone.