Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
24 lines (21 loc) · 2.25 KB

File metadata and controls

24 lines (21 loc) · 2.25 KB

# FeatureFlagBody

Properties

Name Type Description Notes
name string A human-friendly name for the feature flag
key string A unique key used to reference the flag in your code
description string Description of the feature flag. Defaults to an empty string. [optional]
include_in_snippet bool Deprecated, use <code>clientSideAvailability</code>. Whether this flag should be made available to the client-side JavaScript SDK. Defaults to <code>false</code>. [optional]
client_side_availability \LaunchDarklyApi\Model\ClientSideAvailabilityPost [optional]
variations \LaunchDarklyApi\Model\Variation[] An array of possible variations for the flag. The variation values must be unique. If omitted, two boolean variations of <code>true</code> and <code>false</code> will be used. [optional]
temporary bool Whether the flag is a temporary flag. Defaults to <code>true</code>. [optional]
tags string[] Tags for the feature flag. Defaults to an empty array. [optional]
custom_properties array<string,\LaunchDarklyApi\Model\CustomProperty> [optional]
defaults \LaunchDarklyApi\Model\Defaults [optional]
purpose string Purpose of the flag [optional]
migration_settings \LaunchDarklyApi\Model\MigrationSettingsPost [optional]
maintainer_id string The ID of the member who maintains this feature flag [optional]
maintainer_team_key string The key of the team that maintains this feature flag [optional]
initial_prerequisites \LaunchDarklyApi\Model\FlagPrerequisitePost[] Initial set of prerequisite flags for all environments [optional]
is_flag_on bool Whether to automatically turn the flag on across all environments at creation. Defaults to <code>false</code>. [optional]

[Back to Model list] [Back to API list] [Back to README]