RabbitMQ 'vhost' parameter on roles endpoint should be 'vhosts'

In deploying this, I noted that passing `vhost` was unsuccessful, yet `vhosts` is.
This commit is contained in:
Brad Jones 2019-02-27 15:19:54 -07:00 committed by GitHub
parent c07253999c
commit da99b6d088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ This endpoint creates or updates the role definition.
- `tags` `(string: "")`  Specifies a comma-separated RabbitMQ management tags.
- `vhost` `(string: "")`  Specifies a map of virtual hosts to
- `vhosts` `(string: "")`  Specifies a map of virtual hosts to
permissions.
### Sample Payload