You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: airbyte-api/src/main/openapi/config.yaml
+4-1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ info:
18
18
* All backwards incompatible changes will happen in major version bumps. We will not make backwards incompatible changes in minor version bumps. Examples of non-breaking changes (includes but not limited to...):
19
19
* Adding fields to request or response bodies.
20
20
* Adding new HTTP endpoints.
21
+
* All `web_backend` APIs are not considered public APIs and are not guaranteeing backwards compatibility.
21
22
22
23
version: "1.0.0"
23
24
title: Airbyte Configuration API
@@ -53,7 +54,9 @@ tags:
53
54
- name: db_migration
54
55
description: Database migration related resources.
55
56
- name: web_backend
56
-
description: Connection between sources and destinations.
57
+
description: |
58
+
Endpoints for the Airbyte web application. Those APIs should not be called outside the web application implementation and are not
0 commit comments