/
MI
mixpanel
/
Query API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Activity Feed
1
Cancel a Deletion
1
Check Status of Deletion
1
Check Status of Retrieval
1
Cohorts
1
Create a Deletion
1
Create a Retrieval
1
Create Annotation tag
1
Create Annotations
1
Create Pipelines
1
Create Schemas
2
Create Service Accounts
1
Delete Annotation
1
Delete Pipelines
1
Delete Schemas
3
Delete Service Accounts
1
Edit Pipelines
1
Engage
1
Event Breakdown
6
Events
2
Experiment Actions
5
Experiment Management
5
Export
1
Flag Management
5
get
List Feature Flags
post
Create Feature Flag
get
Get Feature Flag
put
Update Feature Flag
delete
Delete Feature Flag
Funnels
2
Get Annotation tags
1
Get Flag Definitions
1
Get Variant Assignments
1
Group Profiles
7
Identities
2
Insights
1
JQL
1
Lookup Tables
2
Patch Annotation
1
Pause Pipelines
1
Project Membership
3
Resume Pipelines
1
Retention
2
Retrieve Annotations
2
Retrieve Pipelines
3
Retrieve Schemas
3
Retrieve Service Accounts
2
Segmentation
4
User Profiles
9
Warehouse Imports
10
Flag Management
Create Feature Flag
post
/projects/{project_id}/workspaces/{workspace_id}/feature-flags
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
Changes