mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
feat: fix description
This commit is contained in:
parent
a76d1c13ba
commit
831c468268
@ -26,7 +26,8 @@ export const segmentStrategiesSchema = {
|
|||||||
},
|
},
|
||||||
featureName: {
|
featureName: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
description: 'The ID of the strategy',
|
description:
|
||||||
|
'The name of the feature flag that this strategy belongs to.',
|
||||||
example: 'new-signup-flow',
|
example: 'new-signup-flow',
|
||||||
},
|
},
|
||||||
projectId: {
|
projectId: {
|
||||||
|
Loading…
Reference in New Issue
Block a user