Release Templates
Create or update a milestone progression
Enterprise feature
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.
put/api/admin/projects/{project}/features/{featureName}/environments/{environment}/progressions/{id}
Path parameters
projectstring required
featureNamestring required
environmentstring required
idstring required
Request body
Example request
{
"targetMilestone": "11K7NXD655W7R89659K58RE07B",
"transitionCondition": {
"intervalMinutes": 30
}
}Response
#/components/schemas/milestoneProgressionSchema
Example response
{
"sourceMilestone": "milestone-1",
"targetMilestone": "milestone-2",
"transitionCondition": {
"intervalMinutes": 30
}
}