From 2095eb8fce5e8daddb09478f370cde2c34307873 Mon Sep 17 00:00:00 2001 From: DevOps Rob Date: Fri, 18 Oct 2019 05:47:46 +0100 Subject: [PATCH] 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 --- website/source/api/secret/rabbitmq/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/secret/rabbitmq/index.html.md b/website/source/api/secret/rabbitmq/index.html.md index 93c88c7aec..4f7ba8c8a6 100644 --- a/website/source/api/secret/rabbitmq/index.html.md +++ b/website/source/api/secret/rabbitmq/index.html.md @@ -116,7 +116,7 @@ This endpoint creates or updates the role definition. ```json { "tags": "tag1,tag2", - "vhost": "{\"/\": {\"configure\":\".*\", \"write\":\".*\", \"read\": \".*\"}}" + "vhosts": "{\"/\": {\"configure\":\".*\", \"write\":\".*\", \"read\": \".*\"}}" } ```