From b06942c14f22ce281fa752c2da1aa6d50df59fbe Mon Sep 17 00:00:00 2001 From: Tim Roes Date: Wed, 1 Nov 2023 19:08:52 +0100 Subject: [PATCH] Add servers for OpenAPI spec --- airbyte-api/src/main/openapi/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/airbyte-api/src/main/openapi/config.yaml b/airbyte-api/src/main/openapi/config.yaml index cc72a6ea53e..b3c5fba2e46 100644 --- a/airbyte-api/src/main/openapi/config.yaml +++ b/airbyte-api/src/main/openapi/config.yaml @@ -26,7 +26,10 @@ externalDocs: description: Find out more about Airbyte url: "https://airbyte.io" servers: + - url: "https://cloud.airbyte.com/api" + description: Airbyte Cloud - url: "http://localhost:8000/api" + description: Local Development tags: - name: workspace description: Workspace related resources.