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
@@ -221,7 +227,7 @@ if res.connection_response is not None:
221
227
222
228
### Override Server URL Per-Client
223
229
224
-
The default server can also be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
230
+
The default server can be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
225
231
```python
226
232
import airbyte_api
227
233
from airbyte_api import models
@@ -241,7 +247,6 @@ res = s.connections.create_connection(request=models.ConnectionCreateRequest(
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation ||
9
+
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation ||
10
+
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing ||
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation |
9
+
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
10
+
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing |
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation ||
9
+
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation ||
10
+
|`raw_response`|[requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response)|:heavy_check_mark:| Raw HTTP response; suitable for custom response parsing ||
Copy file name to clipboardExpand all lines: docs/api/listconnectionsrequest.md
+1
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,5 @@
8
8
|`include_deleted`|*Optional[bool]*|:heavy_minus_sign:| Include deleted connections in the returned results. |
9
9
|`limit`|*Optional[int]*|:heavy_minus_sign:| Set the limit on the number of Connections returned. The default is 20. |
10
10
|`offset`|*Optional[int]*|:heavy_minus_sign:| Set the offset to start at when returning Connections. The default is 0 |
11
+
|`tag_ids`| List[*str*]|:heavy_minus_sign:| The UUIDs of the tags you wish to list connections for. Empty list will retrieve all connections. |
11
12
|`workspace_ids`| List[*str*]|:heavy_minus_sign:| The UUIDs of the workspaces you wish to list connections for. Empty list will retrieve all allowed workspaces. |
0 commit comments