1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

openapi: Add new tags for API operations. (#4432)

The new endpoints will be used to categorize and stabilize operations
currently marked as unstable.
This commit is contained in:
Thomas Heartman 2023-08-07 13:17:53 +02:00 committed by GitHub
parent 4914cd07e3
commit e70ac4d962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
@ -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:
@ -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: