You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2016/04/29 23:44:13 UTC

svn commit: r1741702 - /qpid/java/trunk/doc/java-broker/src/docbkx/management/channels/Java-Broker-Management-Channel-REST-API.xml

Author: kwall
Date: Fri Apr 29 21:44:13 2016
New Revision: 1741702

URL: http://svn.apache.org/viewvc?rev=1741702&view=rev
Log:
QPID-7231: [Java Broker Documentation] Correct example illustrating invocation of operation using REST

Modified:
    qpid/java/trunk/doc/java-broker/src/docbkx/management/channels/Java-Broker-Management-Channel-REST-API.xml

Modified: qpid/java/trunk/doc/java-broker/src/docbkx/management/channels/Java-Broker-Management-Channel-REST-API.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/doc/java-broker/src/docbkx/management/channels/Java-Broker-Management-Channel-REST-API.xml?rev=1741702&r1=1741701&r2=1741702&view=diff
==============================================================================
--- qpid/java/trunk/doc/java-broker/src/docbkx/management/channels/Java-Broker-Management-Channel-REST-API.xml (original)
+++ qpid/java/trunk/doc/java-broker/src/docbkx/management/channels/Java-Broker-Management-Channel-REST-API.xml Fri Apr 29 21:44:13 2016
@@ -219,9 +219,9 @@
       parameters. Pass parameters using a JSON request body containing a map with a map entry for
       each parameter. </para>
     <example>
-      <title>Example of REST call to invoke the Queue clear queue operation</title>
+      <title>Example REST call invoking the operation clear queue</title>
       <para>To clear the queue with name "my-queue" on a virtual host with name "vh".</para>
-      <screen>POST api/latest/queue/default/vhn/vh/my-queue/clearQueue HTTP/1.1</screen>
+      <screen>POST api/latest/queue/vhn/vh/my-queue/clearQueue HTTP/1.1</screen>
     </example>
   </section>
   <section xml:id="Java-Broker-Management-Channel-REST-API-Status-Codes">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org