Update index.mdx (#14161)

This commit is contained in:
naseemkullah 2022-03-09 17:15:05 -05:00 committed by GitHub
parent 39954feb1e
commit fd85ca339f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,7 +152,7 @@ $ curl \
-H "X-Vault-Token: f3b09679-3001-009d-2b80-9c306ab81aa6" \ -H "X-Vault-Token: f3b09679-3001-009d-2b80-9c306ab81aa6" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-X POST \ -X POST \
-d '{"value":"bar"}' \ -d '{"data":{"value":"bar"}}' \
http://127.0.0.1:8200/v1/secret/baz http://127.0.0.1:8200/v1/secret/baz
``` ```