From daf5fab084f27e717cf13788f12690f30bcc0415 Mon Sep 17 00:00:00 2001 From: Davin Chia Date: Thu, 15 Jul 2021 13:08:30 +0800 Subject: [PATCH] :bug: Fix some api-spec errors. (#4742) --- airbyte-api/src/main/openapi/config.yaml | 4 ++-- docs/reference/api/generated-api-html/index.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/airbyte-api/src/main/openapi/config.yaml b/airbyte-api/src/main/openapi/config.yaml index 9647a001a118..fff151cb7d65 100644 --- a/airbyte-api/src/main/openapi/config.yaml +++ b/airbyte-api/src/main/openapi/config.yaml @@ -19,7 +19,7 @@ info: * Adding fields to request or response bodies. * Adding new HTTP endpoints. - version: "1.0.0-oas3" + version: "1.0.0" title: Airbyte Configuration API contact: email: contact@airbyte.io @@ -76,7 +76,7 @@ paths: schema: $ref: "#/components/schemas/WorkspaceRead" "422": - $ref: "#/components/responses/ExceptionOccurred" + $ref: "#/components/responses/InvalidInputResponse" /v1/workspaces/delete: post: tags: diff --git a/docs/reference/api/generated-api-html/index.html b/docs/reference/api/generated-api-html/index.html index b7394772f77e..bbd18fcce856 100644 --- a/docs/reference/api/generated-api-html/index.html +++ b/docs/reference/api/generated-api-html/index.html @@ -204,7 +204,7 @@

Airbyte Configuration API

More information: https://openapi-generator.tech
Contact Info: contact@airbyte.io
-
Version: 1.0.0-oas3
+
Version: 1.0.0
BasePath:/api
MIT
https://opensource.org/licenses/MIT
@@ -4953,8 +4953,8 @@

200

Successful operation WorkspaceRead

422

- - + Input failed validation + InvalidInputExceptionInfo