10000 Update sign-in-out.md · SnarkyPapi/server-client-python@5e1a2a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5e1a2a5

Browse files
authored
Update sign-in-out.md
typo fix
1 parent fb8adbe commit 5e1a2a5

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 site 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 installed 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 a locally installed 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