Concerning endpoint
<https://api.growthbook.io/api/v1/features>
, the API documentation specifies that an environment of a feature can have four types of rules, i.e.
force
,
rollout
,
experiment-ref
and
experiment
.
However, after playing around with GrowthBook UI setting up different experiments, I cannot reproduce any case in which the latest type of rule
experiment
would be returned.
Furthermore, in endpoint
POST /features
to create a single feature, the API documentation specifies only the three first types of rules as possible rule types, i.e.
force
,
rollout
and
experiment-ref
.
Question: Does it all mean the rule type
experiment
has been deprecated and we can assume it is not going to be returned by the API ?