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
Copy file name to clipboardExpand all lines: docs/api-ref.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,8 @@ Name | Description
247
247
`datasource_type` | The type of data source, for example, `sqlserver` or `excel-direct`.
248
248
`id` | The identifier for the data source. You need this value to query a specific data source or to delete a data source with the `get_by_id` and `delete` methods.
249
249
`name` | The name of the data source. If not specified, the name of the published data source file is used.
250
-
`project_id` | The identifier of the project associated with the data source. When you must provide this identifier when create an instance of a `DatasourceItem`
250
+
`owner_id` | The identifier of the owner of the data source.
251
+
`project_id` | The identifier of the project associated with the data source. You must provide this identifier when you create an instance of a `DatasourceItem`.
251
252
`project_name` | The name of the project associated with the data source.
252
253
`tags` | The tags (list of strings) that have been added to the data source.
253
254
`updated_at` | The date and time when the data source was last updated.
0 commit comments