1
0
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:
Nuno Góis 2023-11-03 09:05:19 +00:00 committed by GitHub
parent e471c0c62e
commit a2b0507459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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