diff Sphinx/source/users/rest.rst @ 936:5491953f7492

documentation of labels
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Apr 2023 16:55:46 +0200
parents a5e7e7001316
children a6bf749b3c04
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst	Sun Apr 16 13:50:18 2023 +0200
+++ b/Sphinx/source/users/rest.rst	Sun Apr 16 16:55:46 2023 +0200
@@ -1090,8 +1090,7 @@
 
   $ curl -X POST http://localhost:8042/tools/find -d '{"Level":"Series","Query":{"DeviceSerialNumber":"123\\abc"},"Expand":true}'
 
-  
-  
+ 
 Additional Options
 ^^^^^^^^^^^^^^^^^^
 .. highlight:: json
@@ -1144,6 +1143,11 @@
   ]
 
 
+**Important:** Starting with Orthanc 1.12.0, this route in the REST
+API also provide the ``Labels`` and ``LabelsConstraint`` options to
+bring support for :ref:`labels <labels>`.
+
+
 .. _changes:
 
 Tracking changes