Skip to main content
PUT
Update Feature Flag

Authorizations

Authorization
string
header
required

Service Account

Path Parameters

project_id
integer
required
workspace_id
integer
required
flag_id
string
required

Body

application/json
name
string
required
Required string length: 1 - 255
key
string
required
Required string length: 1 - 255
tags
string[]
required
context
string
required
Required string length: 1 - 255
serving_method
enum<string>
required
Available options:
client,
server,
remote_or_local,
remote_only
ruleset
ManagementRuleSet · object
required
description
string | null
experiment_id
string<uuid4> | null
status
enum<string>
default:disabled
Available options:
enabled,
disabled,
archived
data_group_id
workspace_id
integer | null
is_experiment_active
boolean | null
hash_salt
string | null
Required string length: 32
reset_hash_salt
boolean | null

Response

Success

status
string
required
Allowed value: "ok"
results
FeatureFlagApiResponse · object
required