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_source](docs/sdks/public/README.md#create_source) - Create a source
75
+
*[create_workspace](docs/sdks/public/README.md#create_workspace) - Create a workspace
76
+
*[delete_connection](docs/sdks/public/README.md#delete_connection) - Delete a Connection
77
+
*[delete_destination](docs/sdks/public/README.md#delete_destination) - Delete a Destination
78
+
*[delete_source](docs/sdks/public/README.md#delete_source) - Delete a Source
79
+
*[delete_workspace](docs/sdks/public/README.md#delete_workspace) - Delete a Workspace
80
+
*[get_connection](docs/sdks/public/README.md#get_connection) - Get Connection details
81
+
*[get_destination](docs/sdks/public/README.md#get_destination) - Get Destination details
82
+
*[get_job](docs/sdks/public/README.md#get_job) - Get Job status and details
83
+
*[get_source](docs/sdks/public/README.md#get_source) - Get Source details
84
+
*[get_stream_properties](docs/sdks/public/README.md#get_stream_properties) - Get stream properties
85
+
*[get_workspace](docs/sdks/public/README.md#get_workspace) - Get Workspace details
86
+
*[initiate_o_auth](docs/sdks/public/README.md#initiate_o_auth) - Initiate OAuth for a source
87
+
*[list_connections](docs/sdks/public/README.md#list_connections) - List connections
88
+
*[list_destinations](docs/sdks/public/README.md#list_destinations) - List destinations
89
+
*[list_jobs](docs/sdks/public/README.md#list_jobs) - List Jobs by sync type
90
+
*[list_sources](docs/sdks/public/README.md#list_sources) - List sources
91
+
*[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.
170
+
*[create_workspace](docs/sdks/publicworkspaces/README.md#create_workspace) - Create a workspace
171
+
*[delete_workspace](docs/sdks/publicworkspaces/README.md#delete_workspace) - Delete a Workspace
172
+
*[get_workspace](docs/sdks/publicworkspaces/README.md#get_workspace) - Get Workspace details
173
+
*[list_workspaces](docs/sdks/publicworkspaces/README.md#list_workspaces) - List workspaces
174
+
*[update_workspace](docs/sdks/publicworkspaces/README.md#update_workspace) - Update a workspace
175
+
98
176
### [workspaces](docs/sdks/workspaces/README.md)
99
177
100
178
*[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.
You can set the security parameters through the `security` optional parameter when initializing the SDK client instance. The selected scheme will be used by default to authenticate with the API for all operations that support it. For example:
Copy file name to clipboardexpand all lines: docs/api/getstreampropertiesresponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@
8
8
|`content_type`|*str*|:heavy_check_mark:| HTTP response content type for this operation |
9
9
|`status_code`|*int*|:heavy_check_mark:| HTTP response status code for this operation |
10
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
-
|`stream_properties_response`|[Optional[models.StreamPropertiesResponse]](../models/streampropertiesresponse.md)|:heavy_minus_sign:| Get the available streams properties for a source/destination pair. |
11
+
|`stream_properties_response`|List[[models.StreamProperties](../models/streamproperties.md)]|:heavy_minus_sign:| Get the available streams properties for a source/destination pair. |
0 commit comments