1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00

chore: promote unknown flags to a stable OpenAPI tag

This commit is contained in:
Nuno Góis 2025-09-02 11:37:11 +01:00
parent ed28d9f2b4
commit 2e400303a1
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765
2 changed files with 6 additions and 2 deletions

View File

@ -42,8 +42,8 @@ export default class UnknownFlagsController extends Controller {
middleware: [ middleware: [
openApiService.validPath({ openApiService.validPath({
operationId: 'getUnknownFlags', operationId: 'getUnknownFlags',
tags: ['Unstable'], tags: ['Unknown Flags'],
summary: 'Get unknown flag reports', summary: 'Get unknown flags',
description: description:
'Returns a list of unknown flag reports from the last 24 hours, if any. Maximum of 1000.', 'Returns a list of unknown flag reports from the last 24 hours, if any. Maximum of 1000.',
responses: { responses: {

View File

@ -146,6 +146,10 @@ const OPENAPI_TAGS = [
name: 'Telemetry', name: 'Telemetry',
description: 'API for information about telemetry collection', description: 'API for information about telemetry collection',
}, },
{
name: 'Unknown Flags',
description: 'Endpoints related to unknown flags.',
},
{ {
name: 'Unleash Edge', name: 'Unleash Edge',
description: description: