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

Virtual host limit endpoints documentation is confusing and incorrect #666

@deadanon

Description

@deadanon

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"
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions