From d32dffc0abea0dd4a97edf625e5d3fd90429d7cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Mon, 7 Sep 2009 20:38:06 +0000 Subject: [PATCH] - updated wrt what works (i.e., most of it) --- html/rest.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/html/rest.html b/html/rest.html index 601b9f7c..7ad43ec2 100644 --- a/html/rest.html +++ b/html/rest.html @@ -22,6 +22,10 @@ debug=true&level=1. The result of these requests are provided in XML. In the sequel, we describe the various request types. </p> +<p> +The <tt>msgid</tt> and <tt>in-reply-to</tt> elements are not +compulsory and may not be present in messages. +</p> <h2>listalignments<a name="listalignments"></a></h2> <p>Gets the list of the alignments available on the server.</p> @@ -356,10 +360,9 @@ and answers: (instead of <tt>method</tt>, <tt>service</tt>, or <tt>renderer</tt>) (REST & SOAP);</li> <li><tt>cut</tt> is now <tt>trim</tt> (REST & SOAP);</li> <li><tt>method</tt> in <tt>trim</tt> is now <tt>type</tt> (REST & SOAP);</li> -<li>All primitives return <tt>in-reply-to</tt> and can - send <tt>msgid</tt> (REST);</li> +<li>All primitives may return <tt>in-reply-to</tt> and may send <tt>msgid</tt> (REST);</li> <li><tt>listevaluators</tt> has been added (REST & SOAP);</li> -<li>The <tt>alid</tt> parameter for identying alignment ids is now replaced by <tt>id</tt> (SOAP);</li> +<li>The <tt>alid</tt> parameter for identying alignment ids in requests is now replaced by <tt>id</tt> (SOAP);</li> <li>The <tt>id</tt> parameter for identying messages is now replaced by <tt>msgid</tt> (SOAP);</li> </ul> -- GitLab