1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00

feat: fix description

This commit is contained in:
Thomas Heartman 2023-11-20 12:41:38 +01:00
parent a76d1c13ba
commit 831c468268
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -26,7 +26,8 @@ export const segmentStrategiesSchema = {
},
featureName: {
type: 'string',
description: 'The ID of the strategy',
description:
'The name of the feature flag that this strategy belongs to.',
example: 'new-signup-flow',
},
projectId: {