Fixed small typo in RabbitMQ secret backend. (#3300)

Fixed `name` param for the Delete Role API in the RabbitMQ secret backend.
This commit is contained in:
Paul Pieralde 2017-09-07 07:00:32 -07:00 committed by Chris Hoffman
parent 53164d528c
commit 25976b340e

View file

@ -167,7 +167,7 @@ This endpoint deletes the role definition.
| Method | Path | Produces |
| :------- | :--------------------------- | :--------------------- |
| `DELETE` | `/rabbitmq/roles/:namer` | `204 (empty body)` |
| `DELETE` | `/rabbitmq/roles/:name` | `204 (empty body)` |
### Parameters