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 ```