Skip to content

Commit

Permalink
Add servers for OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Nov 1, 2023
1 parent 2a90591 commit b06942c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airbyte-api/src/main/openapi/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b06942c

Please sign in to comment.