From 8f7970cd5903fcd37b527c748983c5f0626a817c Mon Sep 17 00:00:00 2001 From: Erwin Dondorp Date: Fri, 5 Mar 2021 23:30:31 +0100 Subject: [PATCH] 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 45059491a2..203344bb94 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