diff --git a/src/lib/openapi/spec/admin-strategies-schema.ts b/src/lib/openapi/spec/admin-strategies-schema.ts index e6124d83e1..53cc4b74b2 100644 --- a/src/lib/openapi/spec/admin-strategies-schema.ts +++ b/src/lib/openapi/spec/admin-strategies-schema.ts @@ -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: {