8000 Merge branch 'gh-pages' of https://github.com/tableau/server-client-p… · rmagier1/server-client-python@cedd305 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit cedd305

Browse files
committed
Merge branch 'gh-pages' of https://github.com/tableau/server-client-python into gh-pages
2 parents b68c06c + 30c7b1d commit cedd305

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/api-ref.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ Name | Description
247247
`datasource_type` | The type of data source, for example, `sqlserver` or `excel-direct`.
248248
`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.
249249
`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`.
251252
`project_name` | The name of the project associated with the data source.
252253
`tags` | The tags (list of strings) that have been added to the data source.
253254
`updated_at` | The date and time when the data source was last updated.

0 commit comments

Comments
 (0)
0