Skip to content

Commit 0cb2b0f

Browse files
authored
fix/make-analytics-endpoint-visible (#4487)
1 parent dbb7bda commit 0cb2b0f

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

apps/docs/docs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@
174174
},
175175
{
176176
"group": "Analytics",
177-
"hidden": false,
178177
"icon": "chart-bar",
179178
"pages": [
180179
"analytics/overview",

go/apps/api/openapi/openapi-generated.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3776,7 +3776,6 @@ paths:
37763776
summary: Query key verification data
37773777
tags:
37783778
- analytics
3779-
x-hidden: true
37803779
x-speakeasy-name-override: getVerifications
37813780
/v2/apis.createApi:
37823781
post:

go/apps/api/openapi/spec/paths/v2/analytics/getVerifications/index.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ post:
33
- analytics
44
security:
55
- rootKey: []
6-
# Hides from mintlify
7-
x-hidden: true
86
x-speakeasy-name-override: getVerifications
97
operationId: analytics.getVerifications
108
summary: Query key verification data

0 commit comments

Comments
 (0)