Fix subscriptions_post resource in wsgi 2 homedoc
This patch in "subscriptions_post" resource replaces "claim_limit" parameter to "subscription_limit". Change-Id: I816e7b60520e0491cedaec14ac6031ca1d679c9d
This commit is contained in:
parent
b24be72fde
commit
ca06f63332
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user