Skip to main content
PUT
Set an app's feature flag

Supported products

Autorizaciones

Authorization
string
header
requerido

The access token received from the authorization server in the OAuth 2.0 flow.

Parámetros de ruta

appId
integer<int32>
requerido
flagName
string
requerido

Cuerpo

application/json
defaultState
enum<string>
requerido

The state that the flag should have if there are no overrides for a particular portal

Opciones disponibles:
ABSENT,
OFF,
ON
overrideState
enum<string>

A flag value that supercedes all other overrides, including portal-level values. Mostly used for things like emergency overrides

Opciones disponibles:
ABSENT,
OFF,
ON

Respuesta

successful operation

appId
integer<int32>
requerido

The ID of the app

defaultState
enum<string>
requerido

The flag state for any portal that doesn't have an override value

Opciones disponibles:
ABSENT,
OFF,
ON
flagName
string
requerido

The name of the flag

overrideState
enum<string>

An optional flag value that overrides all others for this flag name and app, including portal-level values

Opciones disponibles:
ABSENT,
OFF,
ON
Última modificación el 3 de abril de 2026