Commit 2095eb8f authored by DevOps Rob's avatar DevOps Rob Committed by Jim Kalafut
Browse files

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
parent 884f013c
Showing with 1 addition and 1 deletion
+1 -1
......@@ -116,7 +116,7 @@ This endpoint creates or updates the role definition.
```json
{
"tags": "tag1,tag2",
"vhost": "{\"/\": {\"configure\":\".*\", \"write\":\".*\", \"read\": \".*\"}}"
"vhosts": "{\"/\": {\"configure\":\".*\", \"write\":\".*\", \"read\": \".*\"}}"
}
```
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment