Fixing a typo with the sample payload (#7688)

This typo is related to  https://github.com/hashicorp/vault/issues/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
This commit is contained in:
DevOps Rob 2019-10-18 05:47:46 +01:00 committed by Jim Kalafut
parent d23e96931f
commit 37a23cfb23
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ This endpoint creates or updates the role definition.
```json
{
"tags": "tag1,tag2",
"vhost": "{\"/\": {\"configure\":\".*\", \"write\":\".*\", \"read\": \".*\"}}"
"vhosts": "{\"/\": {\"configure\":\".*\", \"write\":\".*\", \"read\": \".*\"}}"
}
```