Update milestone strategy
Enterprise feature
Overwrites existing strategy configuration for the strategy referenced by the id
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
templateId
milestoneId
strategyId
Response
#/components/schemas/releasePlanMilestoneStrategySchema
id
The milestone strategy's ID. Milestone strategy IDs are ulids.
milestoneId
The ID of the milestone that this strategy belongs to.
sortOrder
The order of the strategy in the list
strategyNameDeprecated
The name of the strategy type
title
A descriptive title for the strategy
name
The name of the strategy type
parameters
An object containing the parameters for the strategy
constraints
A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints
variants
Strategy level variants
segments
Ids of segments to use for this strategy
disabled
A toggle to disable the strategy. defaults to false. Disabled strategies are not evaluated or returned to the SDKs