[BETA] Update a milestone strategy
[BETA] Update a milestone strategy
Enterprise feature
[BETA] This API is in beta state, which means it may change or be removed in the future.
Update a milestone strategy configuration for a feature flag in the specified environment.
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
strategyId
Request
updateMilestoneStrategySchema
sortOrder
The order of the strategy in the list in feature environment configuration
constraints
A list of the constraints attached to the strategy. See https://docs.getunleash.io/concepts/activation-strategies#constraints
title
A descriptive title for the strategy
disabled
A toggle to disable the strategy. defaults to true. Disabled strategies are not evaluated or returned to the SDKs
variants
Strategy level variants
segments
A list of segment ids attached to the strategy
parameters
A list of parameters for a strategy
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
name
The name of the strategy type
strategyNameDeprecated
The name of the strategy type
title
A descriptive title for the strategy
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
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error