diff --git a/website/docs/api/client/feature-toggles-api.md b/website/docs/api/client/feature-toggles-api.md index d7969b26f3..90213156e1 100644 --- a/website/docs/api/client/feature-toggles-api.md +++ b/website/docs/api/client/feature-toggles-api.md @@ -115,7 +115,11 @@ Used to fetch details about a specific feature toggle. This is mainly provided t ### Strategy Constraints {#strategy-constraints} -> This is a unleash-enterprise feature +:::info Availability + +Before Unleash 4.16, strategy constraints were only available to Unleash Pro and Enterprise users. From 4.16 onwards, they're **available to everyone**. + +::: Strategy definitions may also contain a `constraints` property. Strategy constraints is a feature in Unleash which work on context fields, which is defined as part of the [Unleash Context](../../user_guide/unleash-context.md). The purpose is to define a set of rules where all needs to be satisfied in order for the activation strategy to evaluate to true. A [high level description](https://www.unleash-hosted.com/articles/strategy-constraints) of it is available online.