Feature Flag & Setting values V2
These endpoints are exclusive for Config V2 Feature Flags.
They can only be used on a Config that has evaluationVersion
set to v2
.
With these endpoints you can control how your existing Feature Flags and Settings should serve their values.
You can turn Feature Flags on or off, update Setting values and change Targeting Rules.
To determine which Feature Flag or Setting you want to work with you have to pass its settingId
. It can be
obtained from the Feature Flag & Setting endpoints.
You also have to specify in which Environment you want to change the served value configuration by its
environmentId
which can be obtained from the List Environments endpoint.
📄️ Get value
This endpoint returns the value of a Feature Flag or Setting
📄️ Replace value
This endpoint replaces the value and the Targeting Rules of a Feature Flag or Setting
📄️ Update value
This endpoint updates the value of a Feature Flag or Setting
📄️ Get values
This endpoint returns all Feature Flag and Setting values of a Config identified by the `configId` parameter
📄️ Post values
This endpoint batch updates the Feature Flags and Settings of a Config identified by the `configId` parameter