Skip to content

Commit

Permalink
Fixed small typo in RabbitMQ secret backend. (hashicorp#3300)
Browse files Browse the repository at this point in the history
Fixed `name` param for the Delete Role API in the RabbitMQ secret backend.
  • Loading branch information
ebpmp authored and chrishoffman committed Sep 7, 2017
1 parent 6f5619b commit 3f94258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/api/secret/rabbitmq/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3f94258

Please sign in to comment.