Create or update a milestone progression
Enterprise feature
This is a beta endpoint and it may change or be removed in the future.
Creates or updates a milestone progression by source milestone ID. If a progression with the given source milestone exists, it will be updated; otherwise, a new one will be created.
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
id
Request
#/components/schemas/changeMilestoneProgressionSchema
targetMilestone
The ID of the target milestone
transitionCondition
The condition configuration for the transition
Response
#/components/schemas/milestoneProgressionSchema
sourceMilestone
The ID of the source milestone
targetMilestone
The ID of the target milestone
transitionCondition
The condition that triggers the transition