Skip to content

Commit

Permalink
Fixing a typo with the sample payload (#7688)
Browse files Browse the repository at this point in the history
This typo is related to  #7603 .  The typo was causing issues with getting this working correctly when following the guide.  I imagine any other newbie to this plugin will have the same struggle.  I had to delve into the source code to figure it out
  • Loading branch information
devops-rob authored and Jim Kalafut committed Oct 18, 2019
1 parent 94975e6 commit 4b40a3e
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 @@ -116,7 +116,7 @@ This endpoint creates or updates the role definition.
```json
{
"tags": "tag1,tag2",
"vhost": "{\"/\": {\"configure\":\".*\", \"write\":\".*\", \"read\": \".*\"}}"
"vhosts": "{\"/\": {\"configure\":\".*\", \"write\":\".*\", \"read\": \".*\"}}"
}
```

Expand Down

0 comments on commit 4b40a3e

Please sign in to comment.