From ed8c603357ccc07abc5c6ac6de357a979252d99b Mon Sep 17 00:00:00 2001 From: melindafekete Date: Thu, 24 Jul 2025 18:47:20 +0200 Subject: [PATCH] Revert features name --- src/lib/openapi/util/openapi-tags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/openapi/util/openapi-tags.ts b/src/lib/openapi/util/openapi-tags.ts index 6b39ea9b37..695b3954ff 100644 --- a/src/lib/openapi/util/openapi-tags.ts +++ b/src/lib/openapi/util/openapi-tags.ts @@ -61,7 +61,7 @@ const OPENAPI_TAGS = [ 'Manage [feature flag types](https://docs.getunleash.io/reference/feature-toggles#feature-flag-types).', }, { - name: 'Feature flags', + name: 'Features', description: 'Create, update, and delete [feature flags](https://docs.getunleash.io/reference/feature-toggles).', },