latestOpenAPI 3.0.32026-07-22177397578.0 KB
09f2abcea0b5
FeatureFlag
Search feature flags
Search for a list of feature flag configurations. To use optionalFields check out this guide.
post/feature-flags/search
Query parameters
optionalFieldsstring[]
Request body
Response
OK
Example response
[
{
"environmentConfigurations": [
{
"rolloutRules": [
{
"release": {
"timeZone": "Europe/Paris"
},
"rollbackConditions": [
{
"matchValue": 50,
"visitors": 1000
}
]
}
]
}
]
}
]