Feature Flags & Settings
With these endpoints you can manage your Feature Flags or Settings within a Config. However you can't use them for manipulating the values of your Feature Flags and Settings, to do that please visit the Feature Flag & Setting values using SDK Key and Feature Flag & Setting values sections of the API.
For using these endpoints, first you have to select which Config you want to work with by its configId
which can be obtained from the List Configs endpoint.
Then you can use it to create new Feature Flags or to get information about existing ones.
Then you can obtain the settingId
or key
of your desired Feature Flag or Setting
to use them for further operations in this API.
Here you can read more about the concept of Settings.
📄️ List Flags
This endpoint returns the list of the Feature Flags and Settings defined in a
📄️ Create Flag
This endpoint creates a new Feature Flag or Setting in a specified Config
📄️ Get Flag
This endpoint returns the metadata attributes of a Feature Flag or Setting
📄️ Replace Flag
This endpoint replaces the whole value of a Feature Flag or Setting
📄️ Update Flag
This endpoint updates the metadata of a Feature Flag or Setting
📄️ Delete Flag
This endpoint removes a Feature Flag or Setting from a specified Config,