1
0
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:
Nuno Góis 2025-09-01 11:20:35 +01:00 committed by GitHub
parent 7cc3c32eb2
commit 96c74578b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,6 +116,11 @@ const OPENAPI_TAGS = [
description:
'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: 'Segments',