From fd85ca339fed08c933752bada48ee1fbbcde5a8d Mon Sep 17 00:00:00 2001 From: naseemkullah <24660299+naseemkullah@users.noreply.github.com> Date: Wed, 9 Mar 2022 17:15:05 -0500 Subject: [PATCH] Update index.mdx (#14161) --- website/content/api-docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/index.mdx b/website/content/api-docs/index.mdx index 6c0a7f7dfd..8e6f5922bc 100644 --- a/website/content/api-docs/index.mdx +++ b/website/content/api-docs/index.mdx @@ -152,7 +152,7 @@ $ curl \ -H "X-Vault-Token: f3b09679-3001-009d-2b80-9c306ab81aa6" \ -H "Content-Type: application/json" \ -X POST \ - -d '{"value":"bar"}' \ + -d '{"data":{"value":"bar"}}' \ http://127.0.0.1:8200/v1/secret/baz ```