/
MI
mixpanel
/
Query API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.3
MIT
2026-07-26
104
113
247.1 KB
Flag Management
Update Feature Flag
put
/projects/{project_id}/workspaces/{workspace_id}/feature-flags/{flag_id}
Request body
FeatureFlagRequest
required
name
string
required
key
string
required
description
string
tags
string[]
required
experiment_id
string
uuid4
status
'enabled'
|
'disabled'
|
'archived'
context
string
required
data_group_id
union
serving_method
'client'
|
'server'
|
'remote_or_local'
|
'remote_only'
required
ruleset
ManagementRuleSet
required
workspace_id
integer
is_experiment_active
boolean
hash_salt
string
reset_hash_salt
boolean
Response
Success
union
required
SingleFeatureFlagApiResponse
required
OR
ManagementApiErrorResponse
required