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

projectstringRequired
featureNamestringRequired
environmentstringRequired
idstringRequired

Request

#/components/schemas/changeMilestoneProgressionSchema

targetMilestonestringRequired
The ID of the target milestone
transitionConditionobjectRequired
The condition configuration for the transition

Response

#/components/schemas/milestoneProgressionSchema

sourceMilestonestring
The ID of the source milestone
targetMilestonestring
The ID of the target milestone
transitionConditionobject
The condition that triggers the transition

Errors