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 |
|`include_secret_coordinates`|*Optional[bool]*|:heavy_minus_sign:| Rather than return *** for secret properties include the secret coordinate information |
|`include_secret_coordinates`|*Optional[bool]*|:heavy_minus_sign:| Rather than return *** for secret properties include the secret coordinate information |
0 commit comments