mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
Merge 3ba575151f
into 3bb317ad6d
This commit is contained in:
commit
1b577f02e6
@ -163,9 +163,10 @@ export const featureSearchQueryParameters = [
|
|||||||
schema: {
|
schema: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
example: 'IS:true',
|
example: 'IS:true',
|
||||||
|
pattern: '^IS:(true|false)$',
|
||||||
},
|
},
|
||||||
description:
|
description:
|
||||||
'Whether to get results for archived feature flags or active feature flags. If `true`, Unleash will return only archived flags. If `false`, it will return only active flags.',
|
'Whether to get results for archived feature flags or active feature flags. If `IS:true`, Unleash will return only archived flags. If `IS:false`, it will return only active flags.',
|
||||||
in: 'query',
|
in: 'query',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user