diff options
author | franck cuny <franck@lumberjaph.net> | 2010-12-01 11:40:16 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-12-01 11:40:16 +0100 |
commit | dff873c814a1905abccd00abd5604f8ab58c548f (patch) | |
tree | f8c68a48b112b1078b8d64fad704b3274dd8f548 | |
parent | update presque description (diff) | |
download | api-description-dff873c814a1905abccd00abd5604f8ab58c548f.tar.gz |
s/PUT/POST/
-rw-r--r-- | apps/presque.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/presque.json b/apps/presque.json index 8750dc2..85f6082 100644 --- a/apps/presque.json +++ b/apps/presque.json @@ -110,7 +110,7 @@ "delayed" ], "path" : "/qb/:queue_name", - "method" : "PUT" + "method" : "POST" }, "queue_status" : { "required_params" : [ |