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
*[cancel_job](docs/sdks/public/README.md#cancel_job) - Cancel a running Job
70
-
*[create_connection](docs/sdks/public/README.md#create_connection) - Create a connection
71
-
*[create_destination](docs/sdks/public/README.md#create_destination) - Create a destination
72
-
*[create_job](docs/sdks/public/README.md#create_job) - Trigger a sync or reset job of a connection
73
-
*[create_or_update_workspace_o_auth_credentials](docs/sdks/public/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
74
-
*[create_permission](docs/sdks/public/README.md#create_permission) - Create a permission
75
-
*[create_source](docs/sdks/public/README.md#create_source) - Create a source
76
-
*[create_workspace](docs/sdks/public/README.md#create_workspace) - Create a workspace
77
-
*[delete_connection](docs/sdks/public/README.md#delete_connection) - Delete a Connection
78
-
*[delete_destination](docs/sdks/public/README.md#delete_destination) - Delete a Destination
79
-
*[delete_source](docs/sdks/public/README.md#delete_source) - Delete a Source
80
-
*[delete_workspace](docs/sdks/public/README.md#delete_workspace) - Delete a Workspace
81
-
*[get_connection](docs/sdks/public/README.md#get_connection) - Get Connection details
82
-
*[get_destination](docs/sdks/public/README.md#get_destination) - Get Destination details
83
-
*[get_job](docs/sdks/public/README.md#get_job) - Get Job status and details
84
-
*[get_source](docs/sdks/public/README.md#get_source) - Get Source details
85
-
*[get_stream_properties](docs/sdks/public/README.md#get_stream_properties) - Get stream properties
86
-
*[get_workspace](docs/sdks/public/README.md#get_workspace) - Get Workspace details
87
-
*[initiate_o_auth](docs/sdks/public/README.md#initiate_o_auth) - Initiate OAuth for a source
88
-
*[list_connections](docs/sdks/public/README.md#list_connections) - List connections
89
-
*[list_destinations](docs/sdks/public/README.md#list_destinations) - List destinations
90
-
*[list_jobs](docs/sdks/public/README.md#list_jobs) - List Jobs by sync type
91
-
*[list_sources](docs/sdks/public/README.md#list_sources) - List sources
92
-
*[list_workspaces](docs/sdks/public/README.md#list_workspaces) - List workspaces
*[create_or_update_workspace_o_auth_credentials](docs/sdks/publicworkspaces/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
179
-
*[create_workspace](docs/sdks/publicworkspaces/README.md#create_workspace) - Create a workspace
180
-
*[delete_workspace](docs/sdks/publicworkspaces/README.md#delete_workspace) - Delete a Workspace
181
-
*[get_workspace](docs/sdks/publicworkspaces/README.md#get_workspace) - Get Workspace details
182
-
*[list_workspaces](docs/sdks/publicworkspaces/README.md#list_workspaces) - List workspaces
183
-
*[update_workspace](docs/sdks/publicworkspaces/README.md#update_workspace) - Update a workspace
184
-
185
109
### [workspaces](docs/sdks/workspaces/README.md)
186
110
187
111
*[create_or_update_workspace_o_auth_credentials](docs/sdks/workspaces/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
@@ -224,7 +148,7 @@ s = airbyte_api.AirbyteAPI(
224
148
225
149
res =None
226
150
try:
227
-
res = s.public_connections.create_connection(request=models.ConnectionCreateRequest(
151
+
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 |
11
+
|`permission_response`|[Optional[models.PermissionResponse]](../models/permissionresponse.md)|:heavy_minus_sign:| Get a Permission by the id in the path. |
0 commit comments