comparison Sphinx/source/faq/features.rst @ 991:1316bc62b5d5

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 21:09:02 +0100
parents 7abb7c8ff544
children bd7fbe3042f7
comparison
equal deleted inserted replaced
990:27b75c653a8b 991:1316bc62b5d5
431 431
432 $ curl -v http://localhost:8042/instances/19816330-cb02e1cf-df3a8fe8-bf510623-ccefe9f5/metadata/1024 -X DELETE -H 'If-Match: "1"' 432 $ curl -v http://localhost:8042/instances/19816330-cb02e1cf-df3a8fe8-bf510623-ccefe9f5/metadata/1024 -X DELETE -H 'If-Match: "1"'
433 [...] 433 [...]
434 < HTTP/1.1 200 OK 434 < HTTP/1.1 200 OK
435 435
436 Check out the `OpenAPI reference <https://api.orthanc-server.com/>`__ 436 Check out the `OpenAPI reference <https://orthanc.uclouvain.be/api/>`__
437 of the REST API of Orthanc for more information. 437 of the REST API of Orthanc for more information.
438 438
439 **Warning:** The database index back-end must implement support for 439 **Warning:** The database index back-end must implement support for
440 revisions. As of writing, only the **PostgreSQL plugins** in versions 440 revisions. As of writing, only the **PostgreSQL plugins** in versions
441 above 4.0 and the **ODBC plugins** implement support for revisions. 441 above 4.0 and the **ODBC plugins** implement support for revisions.