8000 Revise datasources.update in api-ref.md (#842) · shiv-io/server-client-python@60cab47 · GitHub
[go: up one dir, main page]

Skip to content

Commit 60cab47

Browse files
authored
Revise datasources.update in api-ref.md (tableau#842)
* Update api-ref.md Future release of Tableau Server will allow rename of datasource. I believe its best to let the official REST API documentation (https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm) be the official source of what the REST API can and can't do (correct me if I'm wrong). The REST API docs will be updated prior to the server release. * Update "Datasource" to "Data Source" In response to dzucker feedback
1 parent efd9190 commit 60cab47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-ref.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,9 +674,9 @@ A refreshed `DatasourceItem`.
674674
datasource.update(datasource_item)
675675
```
676676

677-
Updates the owner or project of the specified data source. Data source name cannot be updated.
677+
Updates the specified data source.
678678

679-
REST API: [Update Datasource](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm#update_data_source)
679+
REST API: [Update Data Source](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm#update_data_source)
680680

681681
**Parameters**
682682

0 commit comments

Comments
 (0)
0