Configs
With these endpoints you can manage your Configs. This also can be used to manage Feature Flags and Settings and their served values through this API.
Here you can read more about the concept of Configs.
📄️ List Configs
This endpoint returns the list of the Configs that belongs to the given Product identified by the
📄️ Create Config
This endpoint creates a new Config in a specified Product
📄️ Get Config
This endpoint returns the metadata of a Config
📄️ Update Config
This endpoint updates a Config identified by the `configId` parameter.
📄️ Delete Config
This endpoint removes a Config identified by the `configId` parameter.