mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-19 01:17:18 +02: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:
parent
4914cd07e3
commit
e70ac4d962
@ -33,6 +33,11 @@ const OPENAPI_TAGS = [
|
|||||||
'Revive or permanently delete [archived feature toggles](https://docs.getunleash.io/advanced/archived_toggles).',
|
'Revive or permanently delete [archived feature toggles](https://docs.getunleash.io/advanced/archived_toggles).',
|
||||||
},
|
},
|
||||||
{ name: 'Auth', description: 'Manage logins, passwords, etc.' },
|
{ 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',
|
name: 'Client',
|
||||||
description:
|
description:
|
||||||
@ -54,6 +59,11 @@ const OPENAPI_TAGS = [
|
|||||||
description:
|
description:
|
||||||
'Create, update, and delete [features toggles](https://docs.getunleash.io/reference/feature-toggles).',
|
'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',
|
name: 'Import/Export',
|
||||||
description:
|
description:
|
||||||
@ -68,6 +78,11 @@ const OPENAPI_TAGS = [
|
|||||||
name: 'Metrics',
|
name: 'Metrics',
|
||||||
description: 'Register, read, or delete metrics recorded by Unleash.',
|
description: 'Register, read, or delete metrics recorded by Unleash.',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Notifications',
|
||||||
|
description:
|
||||||
|
'Manage [notifications](https://docs.getunleash.io/reference/notifications).',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Operational',
|
name: 'Operational',
|
||||||
description:
|
description:
|
||||||
|
Loading…
Reference in New Issue
Block a user