Skip to content

Commit cc02b21

Browse files
bexsoftBenjamin Perez
andauthored
Fixed missing object in swagger (#725)
Co-authored-by: Benjamin Perez <[email protected]>
1 parent 281f8d5 commit cc02b21

File tree

2 files changed

+33
-6
lines changed

2 files changed

+33
-6
lines changed

restapi/embedded_spec.go

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3878,12 +3878,17 @@ definitions:
38783878
type: object
38793879
properties:
38803880
console:
3881-
type: object
3882-
properties:
3883-
access_key:
3884-
type: string
3885-
secret_key:
3886-
type: string
3881+
type: array
3882+
items:
3883+
$ref: "#/definitions/tenantResponseItem"
3884+
3885+
tenantResponseItem:
3886+
type: object
3887+
properties:
3888+
access_key:
3889+
type: string
3890+
secret_key:
3891+
type: string
38873892

38883893
tenantPod:
38893894
type: object

0 commit comments

Comments
 (0)