diff Sphinx/source/users/rest.rst @ 577:7d27154e70f9

cheatsheet and full openapi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Dec 2020 07:55:12 +0100
parents 3af5dda67520
children 0dde82745e0d
line wrap: on
line diff
--- a/Sphinx/source/users/rest.rst	Wed Dec 30 07:28:25 2020 +0100
+++ b/Sphinx/source/users/rest.rst	Wed Dec 30 07:55:12 2020 +0100
@@ -1101,10 +1101,9 @@
   <rest-advanced>`.
 * A :ref:`FAQ entry <rest-samples>` lists where you can find more
   advanced samples of the REST API of Orthanc.
-* The full documentation of the REST API is maintained as an online
-  spreadsheet accessible from the `documentation part of the official
-  Web site
-  <https://www.orthanc-server.com/static.php?page=documentation>`__
-  (click on the *Reference of the REST API* button).
-* A documentation of the REST API in the OpenAPI/Swagger format is
-  `available as work-in-progress <https://api.orthanc-server.com/>`__.
+* A :ref:`short reference of the REST API of Orthanc <cheatsheet>` is
+  part of the Orthanc Book.
+* The full documentation of the REST API in the OpenAPI/Swagger format
+  is `available online <https://api.orthanc-server.com/>`__. This
+  reference is automatically generated from the source code of
+  Orthanc.