Create a feature flag with the given name, key, and variations.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Description |
|---|---|
| Availability for Client-Side SDKs | Whether to enable availability for client-side SDKs. |
| Availability for Mobile SDKs | Whether to enable availability for mobile SDKs. |
| Description | Description of the feature flag. |
| Feature Flag to Copy | The key of the feature flag to be cloned. The key identifies the flag in your code. For example, setting clone=flagKey copies the full targeting configuration for all environments, including on/off state, from the original flag to the new flag. |
| Key | A unique key used to reference the flag in your code. |
| Name | A human-friendly name for the feature flag. |
| Project Key | The project key. |
| Temporary | Whether the flag is a temporary flag. Defaults to true. |