Skip to content

Commit

Permalink
openapi: Add new tags for API operations. (#4432)
Browse files Browse the repository at this point in the history
The new endpoints will be used to categorize and stabilize operations
currently marked as unstable.
  • Loading branch information
thomasheartman committed Aug 7, 2023
1 parent 4914cd0 commit e70ac4d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/lib/openapi/util/openapi-tags.ts
Expand Up @@ -33,6 +33,11 @@ const OPENAPI_TAGS = [
'Revive or permanently delete [archived feature toggles](https://docs.getunleash.io/advanced/archived_toggles).',
},
{ name: 'Auth', description: 'Manage logins, passwords, etc.' },
{
name: 'Change Requests',
description:
'Operations related to [Change Requests](https://docs.getunleash.io/reference/change-requests).',
},
{
name: 'Client',
description:
Expand All @@ -54,6 +59,11 @@ const OPENAPI_TAGS = [
description:
'Create, update, and delete [features toggles](https://docs.getunleash.io/reference/feature-toggles).',
},
{
name: 'Feature Types',
description:
'Manage [feature toggle types](https://docs.getunleash.io/reference/feature-toggle-types).',
},
{
name: 'Import/Export',
description:
Expand All @@ -68,6 +78,11 @@ const OPENAPI_TAGS = [
name: 'Metrics',
description: 'Register, read, or delete metrics recorded by Unleash.',
},
{
name: 'Notifications',
description:
'Manage [notifications](https://docs.getunleash.io/reference/notifications).',
},
{
name: 'Operational',
description:
Expand Down

0 comments on commit e70ac4d

Please sign in to comment.