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
*[create_destination](docs/sdks/destinations/README.md#create_destination) - Create a destination
95
95
*[delete_destination](docs/sdks/destinations/README.md#delete_destination) - Delete a Destination
@@ -98,14 +98,14 @@ if res.connection_response is not None:
98
98
*[patch_destination](docs/sdks/destinations/README.md#patch_destination) - Update a Destination
99
99
*[put_destination](docs/sdks/destinations/README.md#put_destination) - Update a Destination and fully overwrite it
100
100
101
-
### [jobs](docs/sdks/jobs/README.md)
101
+
### [Jobs](docs/sdks/jobs/README.md)
102
102
103
103
*[cancel_job](docs/sdks/jobs/README.md#cancel_job) - Cancel a running Job
104
104
*[create_job](docs/sdks/jobs/README.md#create_job) - Trigger a sync or reset job of a connection
105
105
*[get_job](docs/sdks/jobs/README.md#get_job) - Get Job status and details
106
106
*[list_jobs](docs/sdks/jobs/README.md#list_jobs) - List Jobs by sync type
107
107
108
-
### [sources](docs/sdks/sources/README.md)
108
+
### [Sources](docs/sdks/sources/README.md)
109
109
110
110
*[create_source](docs/sdks/sources/README.md#create_source) - Create a source
111
111
*[delete_source](docs/sdks/sources/README.md#delete_source) - Delete a Source
@@ -115,11 +115,11 @@ if res.connection_response is not None:
115
115
*[patch_source](docs/sdks/sources/README.md#patch_source) - Update a Source
116
116
*[put_source](docs/sdks/sources/README.md#put_source) - Update a Source and fully overwrite it
117
117
118
-
### [streams](docs/sdks/streams/README.md)
118
+
### [Streams](docs/sdks/streams/README.md)
119
119
120
120
*[get_stream_properties](docs/sdks/streams/README.md#get_stream_properties) - Get stream properties
121
121
122
-
### [workspaces](docs/sdks/workspaces/README.md)
122
+
### [Workspaces](docs/sdks/workspaces/README.md)
123
123
124
124
*[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.
125
125
*[create_workspace](docs/sdks/workspaces/README.md#create_workspace) - Create a workspace
0 commit comments