Optional requestFactory: FeatureFlagsApiRequestFactoryOptional responseProcessor: FeatureFlagsApiResponseProcessorPrivate configurationPrivate requestPrivate responseThe request object
Optional options: ConfigurationCreates a new targeting rule (allocation) for a specific feature flag in a specific environment.
The request object
Optional options: ConfigurationCreates a new feature flag with variants.
The request object
Optional options: ConfigurationCreates a new environment for organizing feature flags.
The request object
Optional options: ConfigurationDeletes an environment. This operation cannot be undone.
The request object
Optional options: ConfigurationDisable a feature flag in a specific environment.
The request object
Optional options: ConfigurationEnable a feature flag in a specific environment.
The request object
Optional options: ConfigurationReturns the details of a specific feature flag including variants and environment status.
The request object
Optional options: ConfigurationReturns the details of a specific environment.
The request object
Optional options: ConfigurationReturns a list of feature flags for the organization. Supports filtering by key and archived status.
The request object
Optional options: ConfigurationReturns a list of environments for the organization. Supports filtering by name and key.
The request object
Optional options: ConfigurationPauses a progressive rollout while preserving rollout state.
The request object
Optional options: ConfigurationResumes progression for a previously paused progressive rollout.
The request object
Optional options: ConfigurationStarts a progressive rollout and begins progression.
The request object
Optional options: ConfigurationStops a progressive rollout and marks it as aborted.
The request object
Optional options: ConfigurationUnarchives a previously archived feature flag, making it visible in the main list again.
The request object
Optional options: ConfigurationUpdates targeting rules (allocations) for a specific feature flag in a specific environment. This operation replaces the existing allocation set with the request payload.
The request object
Optional options: ConfigurationUpdates an existing feature flag's metadata such as name and description. Does not modify targeting rules or allocations.
The request object
Optional options: ConfigurationUpdates an existing environment's metadata such as name and description.
The request object
Optional options: ConfigurationGenerated using TypeDoc
Archives a feature flag. Archived flags are hidden from the main list but remain accessible and can be unarchived.