changeset 3436:64eafed9418a

upgrade api version
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 19 Jun 2019 18:33:49 +0200
parents c08bb6ac3b7f
children dbaf439c8888
files NEWS Resources/CMake/OrthancFrameworkParameters.cmake
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Jun 19 12:31:59 2019 +0200
+++ b/NEWS	Wed Jun 19 18:33:49 2019 +0200
@@ -5,6 +5,7 @@
 REST API
 --------
 
+* API version has been upgraded to 3
 * "/modalities/{id}/query": New argument "Normalize" can be set to "false"
   to bypass the automated correction of outgoing C-FIND queries
 * Reporting of "ParentResources" in "DicomModalityStore" and "DicomModalityStore" jobs
--- a/Resources/CMake/OrthancFrameworkParameters.cmake	Wed Jun 19 12:31:59 2019 +0200
+++ b/Resources/CMake/OrthancFrameworkParameters.cmake	Wed Jun 19 18:33:49 2019 +0200
@@ -17,7 +17,7 @@
 # Version of the Orthanc API, can be retrieved from "/system" URI in
 # order to check whether new URI endpoints are available even if using
 # the mainline version of Orthanc
-set(ORTHANC_API_VERSION "2")
+set(ORTHANC_API_VERSION "3")
 
 
 #####################################################################