Feature Flag & Setting values using SDK Key
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 change the order of Percentage and Targeting Rules.
These endpoints are determining the Environment and Config by the SDK key passed in
the X-CONFIGCAT-SDKKEY
request header. To identify the desired Feature Flag or Setting to change,
you can use either its settingId
or key
attribute. You can get those attributes
from the Feature Flag & Setting endpoints.
📄️ Get value
This endpoint returns the value of a Feature Flag or Setting
📄️ Replace value
This endpoint replaces the value of a Feature Flag or Setting
📄️ Update value
This endpoint updates the value of a Feature Flag or Setting