Skip to content

Commit

Permalink
feat: add banners OpenAPI tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Nov 3, 2023
1 parent e471c0c commit af1b46e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/openapi/util/openapi-tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit af1b46e

Please sign in to comment.