Feature Flag & Setting values
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 also add, remove or reorder Percentage and 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 whole value of a Feature Flag or Setting in a specified Environment.
📄️ Update value
This endpoint updates the value of a Feature Flag or Setting
📄️ Get values
This endpoint returns the value of a specified Config's Feature Flags or Settings identified by the `configId` parameter
📄️ Post values
This endpoint replaces the values of a specified Config's Feature Flags or Settings identified by the `configId` parameter