diff --git a/Publisher/en/restv2/rest-api.md b/Publisher/en/restv2/rest-api.md index 506e82693..1c7db3f1e 100644 --- a/Publisher/en/restv2/rest-api.md +++ b/Publisher/en/restv2/rest-api.md @@ -12,8 +12,8 @@ contains an overview of all API calls. * [External OAuth2 links](./rest-oauth) * [Paging](./rest-paging) -We are currently on version 2 of the REST API. [This article](./rest-introduction#REST-version) -explains the new version (and how to switch) in full detail. Not ready to switch? +This documentation is about version 2 of the REST API. [This article](./rest-introduction#REST-version) +explains this version (and how to switch) in full detail. Not ready to switch? You can find the documentation for version 1 [here](../restv1/rest-api.md). ## Method types diff --git a/Publisher/en/restv2/rest-introduction.md b/Publisher/en/restv2/rest-introduction.md index 7fc180206..7fcfdd255 100644 --- a/Publisher/en/restv2/rest-introduction.md +++ b/Publisher/en/restv2/rest-introduction.md @@ -8,7 +8,7 @@ back in a format that can easily be handled by computers (JSON). ## REST version -Currently we are using version 2 of the API. In this newest version some calls +This is version 2 of the Copernica REST API. In this version some calls were moved to make it clearer which calls were unique to the Marketing Suite or the Publisher. The new version of the API is easier to understand and offers some new calls to help you manage all data surrounding your mailings. diff --git a/Publisher/en/restv3/rest-api.md b/Publisher/en/restv3/rest-api.md index 77c94bd7f..82ae8e169 100644 --- a/Publisher/en/restv3/rest-api.md +++ b/Publisher/en/restv3/rest-api.md @@ -12,8 +12,8 @@ contains an overview of all API calls. * [External OAuth2 links](./rest-oauth) * [Paging](./rest-paging) -We are currently on version 3 of the REST API. [This article](./rest-introduction#REST-version) -explains the new version (and how to switch) in full detail. Not ready to switch? +This documentation is about version 3 of the REST API. [This article](./rest-introduction#REST-version) +explains this version (and how to switch) in full detail. Not ready to switch? If you want to use previous versions of the API, here is a link to the [v1](../restv1/rest-api.md) and [v2](../restv2/rest-api.md) documentation. diff --git a/Publisher/en/restv3/rest-introduction.md b/Publisher/en/restv3/rest-introduction.md index 942e28411..1bd6f2108 100644 --- a/Publisher/en/restv3/rest-introduction.md +++ b/Publisher/en/restv3/rest-introduction.md @@ -8,7 +8,7 @@ back in a format that can easily be handled by computers (JSON). ## REST version -Currently we are using version 2 of the API. In this newest version some calls +This is version 3 of the Copernica REST API. In this version some calls were moved to make it clearer which calls were unique to the Marketing Suite or the Publisher. The new version of the API is easier to understand and offers some new calls to help you manage all data surrounding your mailings. @@ -17,7 +17,7 @@ offers some new calls to help you manage all data surrounding your mailings. If you are using our CopernicaRestAPI class, your instantiation currently should look somewhat like this: -`$api = new CopernicaRestAPI("your-access-token", 3);` +`$api = new CopernicaRestAPI("your-access-token", 2);` This should be simply changed to: