Skip to main content
PUT
Update Feature Flag

Path Parameters

name
string
required

Feature flag name

Body

application/json

The request body

enabled
boolean

Whether the feature flag should be enabled

Response

OK

components
string[]

Components affected by this flag

Example:
default
boolean

Default value when not explicitly set

Example:

false

description
string

Human-readable description

Example:

"New IronRDP-based proxy"

enabled
boolean

Current effective value for the organization

Example:

false

name
string

The feature flag name

Example:

"experimental.rdp_v2"

stability
enum<string>

Stability level

Available options:
experimental,
beta
Example:

"experimental"