mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
chore: promote unknown flags to a stable OpenAPI tag (#10594)
https://linear.app/unleash/issue/2-3832/promote-api-to-a-stable-openapi-tag Promotes the Unknown Flags API to a stable OpenAPI tag as we prepare for GA.
This commit is contained in:
parent
ed28d9f2b4
commit
c70c864b81
@ -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: {
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user