fix: s3 resource openapi spec (#2730)

This commit is contained in:
HugoCasa
2023-11-29 21:18:17 +01:00
committed by GitHub
parent 72bb15f6a0
commit 16d10aedf7
+8 -4
View File
@@ -6331,8 +6331,10 @@ paths:
content:
application/json:
schema:
s3_resource:
$ref: "#/components/schemas/S3Resource"
type: object
properties:
s3_resource:
$ref: "#/components/schemas/S3Resource"
responses:
"200":
description: Connection settings
@@ -6359,8 +6361,10 @@ paths:
content:
application/json:
schema:
s3_resource:
$ref: "#/components/schemas/S3Resource"
type: object
properties:
s3_resource:
$ref: "#/components/schemas/S3Resource"
responses:
"200":
description: Connection settings