This is an automated email from the ASF dual-hosted git repository.

jbertram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f7970c  NO-JIRA clarify REST doc to use ttl parameter
     new ce3d283  This closes #3478
8f7970c is described below

commit 8f7970cd5903fcd37b527c748983c5f0626a817c
Author: Erwin Dondorp <[email protected]>
AuthorDate: Fri Mar 5 23:30:31 2021 +0100

    NO-JIRA clarify REST doc to use ttl parameter
---
 docs/user-manual/en/rest.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/en/rest.md b/docs/user-manual/en/rest.md
index 4505949..203344b 100644
--- a/docs/user-manual/en/rest.md
+++ b/docs/user-manual/en/rest.md
@@ -627,7 +627,7 @@ another query parameter with an integer value between 0 and 
9 expressing
 the priority of the message. i.e.:
 
 ```
-POST /queues/bar/create?expiration=30000&priority=3
+POST /queues/bar/create?ttl=30000&priority=3
 Host: example.com
 Content-Type: application/xml
 

Reply via email to