diff options
author | franck cuny <franck@lumberjaph.net> | 2010-12-01 11:34:31 +0100 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2010-12-01 11:34:54 +0100 |
commit | 28cb9041b551faa8a8a2bb9b3e57baf6e8fb8d77 (patch) | |
tree | 6f19e7f751793fbdf429e2fc555d8c2461f23c3d | |
parent | Merge branch 'master' of github.com:SPORE/api-description (diff) | |
download | api-description-28cb9041b551faa8a8a2bb9b3e57baf6e8fb8d77.tar.gz |
update presque description
-rw-r--r-- | apps/presque.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/presque.json b/apps/presque.json index 4a5333f..8750dc2 100644 --- a/apps/presque.json +++ b/apps/presque.json @@ -109,8 +109,8 @@ "optional_params" : [ "delayed" ], - "path" : "/q/:queue_name", - "method" : "POST" + "path" : "/qb/:queue_name", + "method" : "PUT" }, "queue_status" : { "required_params" : [ |