mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
chore: add Release Templates OpenAPI tag (#10584)
https://linear.app/unleash/issue/2-3813/make-sure-we-promote-api-to-ga Adds a new "Release Templates" OpenAPI tag.
This commit is contained in:
parent
7cc3c32eb2
commit
96c74578b5
@ -116,6 +116,11 @@ const OPENAPI_TAGS = [
|
|||||||
description:
|
description:
|
||||||
'Create, update, and delete [Unleash Public Signup tokens](https://docs.getunleash.io/reference/public-signup-tokens).',
|
'Create, update, and delete [Unleash Public Signup tokens](https://docs.getunleash.io/reference/public-signup-tokens).',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Release Templates',
|
||||||
|
description:
|
||||||
|
'API for managing [release templates](https://docs.getunleash.io/reference/release-templates).',
|
||||||
|
},
|
||||||
{ name: 'Search', description: 'Search for features.' },
|
{ name: 'Search', description: 'Search for features.' },
|
||||||
{
|
{
|
||||||
name: 'Segments',
|
name: 'Segments',
|
||||||
|
Loading…
Reference in New Issue
Block a user