curl --request POST \
--url https://{tenantDomain}/api/v2/experimentation/feature-flags/{id}/variations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"overrides": {},
"description": "<string>"
}
'{
"id": "<string>",
"feature_flag_id": "<string>",
"name": "<string>",
"overrides": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>"
}Create a new variation with parameter overrides for a specific feature flag.
curl --request POST \
--url https://{tenantDomain}/api/v2/experimentation/feature-flags/{id}/variations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"overrides": {},
"description": "<string>"
}
'{
"id": "<string>",
"feature_flag_id": "<string>",
"name": "<string>",
"overrides": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://auth-test.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the parent feature flag.
Create a variation for a feature flag
A human-readable name for the variation
3 - 255^(?!.*\x00)\S(.*\S)?$Configuration overrides for this variation; keys must exist in the parent flag parameters
Show child attributes
A description of what this variation controls
3 - 1024^(?!.*\x00)\S(.*\S)?$Variation successfully created.
^var_[A-HJ-NP-Za-km-z1-9]+$^flg_[A-HJ-NP-Za-km-z1-9]+$Configuration overrides for this variation
Show child attributes