Merge "Fix subscriptions_post resource in wsgi 2 homedoc"

This commit is contained in:
Jenkins 2016-02-22 20:49:14 +00:00 committed by Gerrit Code Review
commit c4625aea49

View File

@ -233,7 +233,7 @@ JSON_HOME = {
'href-template': '/v2/queues/{queue_name}/subscriptions',
'href-vars': {
'queue_name': 'param/queue_name',
'limit': 'param/claim_limit',
'limit': 'param/subscription_limit',
},
'hints': {
'allow': ['POST'],