# HG changeset patch # User Sebastien Jodogne # Date 1620305905 -7200 # Node ID 109d663abac0d9889f60da0c26a2e166db1fa633 # Parent aba6dac03d16a52469eb31a2be668f7c07e6c15d cont diff -r aba6dac03d16 -r 109d663abac0 Sphinx/source/users/rest.rst --- a/Sphinx/source/users/rest.rst Thu May 06 14:57:04 2021 +0200 +++ b/Sphinx/source/users/rest.rst Thu May 06 14:58:25 2021 +0200 @@ -41,9 +41,10 @@ Unfortunately, the default command-line prompt of Microsoft Windows **doesn't support single-quote characters**. If you copy/paste a cURL command-line from this page that mixes single-quote and double-quotes, -you'll have to replace single-quotes by double-quotes, and prefix the -double-quotes by a backslash character. For instance, consider the -following command line that works fine on GNU/Linux:: +it won't work as such, and you'll have to replace single-quotes by +double-quotes, and prefix the double-quotes by a backslash +character. For instance, consider the following command line that +works fine on GNU/Linux:: $ curl -v -X PUT http://localhost:8042/modalities/sample \ -d '{"AET" : "ORTHANCC", "Host": "127.0.0.1", "Port": 2002}'