mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
chore: remove unstable label from GA metrics features (#7433)
This commit is contained in:
parent
0af5bbad38
commit
ea1221c45e
@ -38,7 +38,7 @@ export default class ProjectInsightsController extends Controller {
|
||||
permission: NONE,
|
||||
middleware: [
|
||||
this.openApiService.validPath({
|
||||
tags: ['Unstable'],
|
||||
tags: ['Projects'],
|
||||
operationId: 'getProjectInsights',
|
||||
summary: 'Get an overview of a project insights.',
|
||||
description:
|
||||
|
@ -156,7 +156,7 @@ export default class ProjectController extends Controller {
|
||||
permission: NONE,
|
||||
middleware: [
|
||||
this.openApiService.validPath({
|
||||
tags: ['Unstable'],
|
||||
tags: ['Projects'],
|
||||
operationId: 'getProjectApplications',
|
||||
summary: 'Get a list of all applications for a project.',
|
||||
description:
|
||||
@ -177,7 +177,7 @@ export default class ProjectController extends Controller {
|
||||
permission: NONE,
|
||||
middleware: [
|
||||
this.openApiService.validPath({
|
||||
tags: ['Unstable'],
|
||||
tags: ['Projects'],
|
||||
operationId: 'getProjectFlagCreators',
|
||||
summary: 'Get a list of all flag creators for a project.',
|
||||
description:
|
||||
@ -197,7 +197,7 @@ export default class ProjectController extends Controller {
|
||||
permission: NONE,
|
||||
middleware: [
|
||||
this.openApiService.validPath({
|
||||
tags: ['Unstable'],
|
||||
tags: ['Projects'],
|
||||
operationId: 'getOutdatedProjectSdks',
|
||||
summary: 'Get outdated project SDKs',
|
||||
description:
|
||||
|
@ -147,7 +147,7 @@ class MetricsController extends Controller {
|
||||
permission: NONE,
|
||||
middleware: [
|
||||
openApiService.validPath({
|
||||
tags: ['Unstable'],
|
||||
tags: ['Metrics'],
|
||||
operationId: 'getApplicationOverview',
|
||||
summary: 'Get application overview',
|
||||
description:
|
||||
@ -166,7 +166,7 @@ class MetricsController extends Controller {
|
||||
permission: NONE,
|
||||
middleware: [
|
||||
openApiService.validPath({
|
||||
tags: ['Unstable'],
|
||||
tags: ['Metrics'],
|
||||
operationId: 'getApplicationEnvironmentInstances',
|
||||
summary: 'Get application environment instances',
|
||||
description:
|
||||
@ -187,7 +187,7 @@ class MetricsController extends Controller {
|
||||
permission: NONE,
|
||||
middleware: [
|
||||
openApiService.validPath({
|
||||
tags: ['Unstable'],
|
||||
tags: ['Metrics'],
|
||||
operationId: 'getOutdatedSdks',
|
||||
summary: 'Get outdated SDKs',
|
||||
description:
|
||||
|
Loading…
Reference in New Issue
Block a user