mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 01:42:06 -04:00
Add additional clarification
This commit is contained in:
parent
c7adfdedd0
commit
d12b17cbf1
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ via the `X-Vault-Token` header for future requests.
|
|||
## Reading, Writing, and Listing Secrets
|
||||
|
||||
Different backends implement different APIs according to their functionality.
|
||||
The examples below are created with the `kv` backend, which acts like a
|
||||
The examples below are created with the `KVv1` backend, which acts like a
|
||||
Key/Value store. Read the documentation for a particular backend for detailed
|
||||
information on its API; this simply provides a general overview.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue