This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Description
Steps to reproduce:
Create at least one vhost limit.
GET /api/vhost-limits via REST API
[
{
"vhost": "local",
"value": {
"max-connections": 50
}
}
]
Attempt to change limit via
PUT /api/vhost-limits/vhost/local
BODY {"max-connections": 100}
{
"error": "not_found",
"reason": "vhost_not_found"
}