09f2abcea0b5
latestOpenAPI 3.0.32026-07-22177397578.0 KBFeatureFlag
Create a new feature flag configuration
Create new feature flag configurations with given parameters.
post/feature-flags
Request body
Example request
{
"environmentConfigurations": [
{
"rolloutRules": [
{
"release": {
"timeZone": "Europe/Paris"
}
}
]
}
]
}Response
Created
Example response
{
"environmentConfigurations": [
{
"rolloutRules": [
{
"release": {
"timeZone": "Europe/Paris"
},
"rollbackConditions": [
{
"matchValue": 50,
"visitors": 1000
}
]
}
]
}
]
}