mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
feat: add banners OpenAPI tag (#5257)
https://linear.app/unleash/issue/2-1515/create-new-api-tag-banners-for-ga Adds a new OpenAPI tag "Banners" in preparation for GA.
This commit is contained in:
parent
e471c0c62e
commit
a2b0507459
@ -24,6 +24,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: 'Banners',
|
||||
description:
|
||||
'Create, update, toggle, and delete [banners](https://docs.getunleash.io/reference/banners).',
|
||||
},
|
||||
{
|
||||
name: 'Change Requests',
|
||||
description:
|
||||
|
Loading…
Reference in New Issue
Block a user