removed incorrect info from versions page of docs

This commit is contained in:
csobier 2017-08-02 11:01:02 -04:00
parent 38b1dba758
commit 7884e53add
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
#Changelog
## 02 August 2017
Content edits to doc/version.md
## 1.46.2
Released 2017-mm-dd

View File

@ -1,3 +1,3 @@
# API Version Number
All CARTO applications use **Version 2** of our APIs. All other APIs are deprecated and will not be maintained or supported. You can check that you are using **Version 2** of our APIs by looking at your request URLS. They should all begin containing **/v2/** in the URLs as follows, `https://{username}.carto.com/api/v2/`
Ensure that you are using the [latest version](https://github.com/CartoDB/CartoDB-SQL-API) of our SQL API. For example, you can check that you are using **Version 2** by looking at your request URLS. They should all contain **/v2/** in the URLs as follows, `https://{username}.carto.com/api/v2/`