1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

Update examples

This commit is contained in:
melindafekete 2025-01-22 17:17:37 +01:00
parent d6c1ef0b1b
commit c706e4e9af
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -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',
},

View File

@ -170,7 +170,7 @@ export const featureSchema = {
'cleanup',
'archived',
],
example: 'initial',
example: 'define',
},
enteredStageAt: {
description: 'When the feature entered this stage',

View File

@ -158,7 +158,7 @@ export const featureSearchResponseSchema = {
'cleanup',
'archived',
],
example: 'initial',
example: 'define',
},
status: {
type: 'string',