8000 Update sign-in-out.md (#480) · SnarkyPapi/server-client-python@c90fb39 · GitHub
[go: up one dir, main page]

Skip to content

Commit c90fb39

Browse files
authored
Update sign-in-out.md (tableau#480)
change "locally installed" to "on premise"
1 parent 14a1937 commit c90fb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sign-in-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ with server.auth.sign_in(tableau_auth):
1717

1818
`SERVER_URL` is the URL of your Tableau server without subpaths. For local Tableau servers, an example would be: `https://www.MY_SERVER.com`. For Tableau Online, an example would be: `https://10ax.online.tableau.com/`.
1919

20-
`SITENAME` is the subpath of your full site URL (also called `contentURL` in the REST API). `MYSITE` would be the site name of `https://10ax.online.tableau.com/MYSITE`. This parameter can be omitted when signing in to the Default site of a locally install 5058 ed Tableau server.
20+
`SITENAME` is the subpath of your full site URL (also called `contentURL` in the REST API). `MYSITE` would be the site name of `https://10ax.online.tableau.com/MYSITE`. This parameter can be omitted when signing in to the Default site of an in premise Tableau server.
2121

2222
Optionally, you can override the version of Tableau API you are authorizing against by adding `server.version = '<VERSION_NUMBER>'` before the `auth.signin` call.
2323

0 commit comments

Comments
 (0)
0