mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
Update examples
This commit is contained in:
parent
d6c1ef0b1b
commit
c706e4e9af
@ -18,7 +18,7 @@ export const featureLifecycleSchema = {
|
||||
'cleanup',
|
||||
'archived',
|
||||
],
|
||||
example: 'initial',
|
||||
example: 'define',
|
||||
description:
|
||||
'The name of the lifecycle stage that got recorded for a given feature',
|
||||
},
|
||||
|
@ -170,7 +170,7 @@ export const featureSchema = {
|
||||
'cleanup',
|
||||
'archived',
|
||||
],
|
||||
example: 'initial',
|
||||
example: 'define',
|
||||
},
|
||||
enteredStageAt: {
|
||||
description: 'When the feature entered this stage',
|
||||
|
@ -158,7 +158,7 @@ export const featureSearchResponseSchema = {
|
||||
'cleanup',
|
||||
'archived',
|
||||
],
|
||||
example: 'initial',
|
||||
example: 'define',
|
||||
},
|
||||
status: {
|
||||
type: 'string',
|
||||
|
Loading…
Reference in New Issue
Block a user