Skip to content

Commit 6b7ff1e

Browse files
committed
Regen Docs
1 parent 2a765e9 commit 6b7ff1e

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-6
lines changed

docs/static/generated/rest_v1_dispatcher.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3020,12 +3020,9 @@ components:
30203020
value:
30213021
type: string
30223022
MetricCollectionResponseBody:
3023-
type: object
3024-
properties:
3025-
metrics:
3026-
type: array
3027-
items:
3028-
$ref: "#/components/schemas/Metric"
3023+
type: array
3024+
items:
3025+
$ref: "#/components/schemas/Metric"
30293026
MultipleApplicationsDetails:
30303027
type: object
30313028
properties:

docs/static/generated/rest_v1_sql_gateway.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,10 @@ components:
403403
- DESCRIPTOR
404404
- VARIANT
405405
- BITMAP
406+
MetricCollectionResponseBody:
407+
type: array
408+
items:
409+
$ref: "#/components/schemas/Metric"
406410
OpenSessionRequestBody:
407411
type: object
408412
properties:

docs/static/generated/rest_v2_sql_gateway.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,10 @@ components:
477477
- DESCRIPTOR
478478
- VARIANT
479479
- BITMAP
480+
MetricCollectionResponseBody:
481+
type: array
482+
items:
483+
$ref: "#/components/schemas/Metric"
480484
OpenSessionRequestBody:
481485
type: object
482486
properties:

docs/static/generated/rest_v3_sql_gateway.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,10 @@ components:
506506
- DESCRIPTOR
507507
- VARIANT
508508
- BITMAP
509+
MetricCollectionResponseBody:
510+
type: array
511+
items:
512+
$ref: "#/components/schemas/Metric"
509513
OpenSessionRequestBody:
510514
type: object
511515
properties:

docs/static/generated/rest_v4_sql_gateway.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,10 @@ components:
516516
- DESCRIPTOR
517517
- VARIANT
518518
- BITMAP
519+
MetricCollectionResponseBody:
520+
type: array
521+
items:
522+
$ref: "#/components/schemas/Metric"
519523
OpenSessionRequestBody:
520524
type: object
521525
properties:

0 commit comments

Comments
 (0)