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

Skip to content

Commit 98b5b93

Browse files
authored
Update sign-in-out.md
1 parent ab84a68 commit 98b5b93

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/sign-in-out.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ with server.auth.sign_in(tableau_auth):
1515
# Do awesome things here!
1616
```
1717

18-
> `SERVER_URL` is the URL of your Tableau server without subpaths. For local Tableau servers, an example would be:
19-
`https://www.MY_SERVER.com`. For Tableau Online, an example would be: `https://10ax.online.tableau.com/`.
18+
`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/`.
2019

21-
> `SITENAME` is the subpath of your full site URL (also called `contentURL` in the REST API). `MYSITE` would be the site name of
22-
`https://10ax.online.tableau.com/MYSITE`. This parameter can be omitted when signing in to the Default site of an in premise 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.
2321

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

0 commit comments

Comments
 (0)
0