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

Skip to content

Commit ab84a68

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/sign-in-out.md

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

18-
`SERVER_URL` is the URL of your 70A7 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/`.
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/`.
1920

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.
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.
2123

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

0 commit comments

Comments
 (0)
0