You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/versions.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ server = TSC.Server('http://SERVER_URL')
23
23
print(server.version)
24
24
```
25
25
26
-
For example, the code might display version `3.10`.
26
+
For example, the code might display version `3.17`.
27
27
28
28
## Use the REST API version supported by the server
29
29
@@ -56,7 +56,7 @@ To use a specific version of the REST API, set the version like so:
56
56
import tableauserverclient asTSC
57
57
58
58
server =TSC.Server('http://SERVER_URL')
59
-
server.version ='3.6'
59
+
server.version ='3.17'
60
60
61
61
```
62
62
@@ -66,6 +66,10 @@ The current version of TSC only supports the following REST API and Tableau Serv
66
66
67
67
|REST API version|Tableau Server version|
68
68
|---|---|
69
+
|3.20|2023.2|
70
+
|3.19|2023.1|
71
+
|3.18|2022.4|
72
+
|3.17|2022.3|
69
73
|3.16|2022.2|
70
74
|3.15|2022.1|
71
75
|3.14|2021.4|
@@ -90,4 +94,4 @@ The current version of TSC only supports the following REST API and Tableau Serv
90
94
|2.4|10.1|
91
95
|2.3|10.0|
92
96
93
-
Note that Tableau provides support and security updates for each version of the product for thirty (30) months after release. Review the Supported Versions table on the [Technical Support Programs page](https://www.tableau.com/support/services) for details.
97
+
Note that Tableau provides support and security updates for each version of the product for a specific period of time. Review the Supported Versions table on the [Technical Support Programs page](https://www.tableau.com/support/services) for details.
0 commit comments