From b800774633613f4381f2b7132a3251e54fcecebf Mon Sep 17 00:00:00 2001 From: jsonhuff <47429419+jsonhuff@users.noreply.github.com> Date: Fri, 8 Feb 2019 09:19:27 -0800 Subject: [PATCH] Updated API versions for Tableau Server The API versions from 2018.2 and 2018.3 are taken from the REST API XML Schema doc: https://onlinehelp.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_schema.htm - Version 3.2 (Tableau Server 2018.3): ts-api_3_2.xsd - Version 3.1 (Tableau Server 2018.2): ts-api_3_1.xsd --- docs/versions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/versions.md b/docs/versions.md index 9fd8aae87..2519b5b80 100644 --- a/docs/versions.md +++ b/docs/versions.md @@ -62,4 +62,5 @@ The current version of TSC only supports the following REST API and Tableau Serv |2.7|10.4| |2.8|10.5| |3.0|2018.1| - +|3.1|2018.2| +|3.2|2018.3|