4f87851926
* update dependencies * remove hard-coded vaultproject.io on local links * remove 'index.html' from internal links * remove '.html' at end of internal links * manual review cleanup Co-authored-by: Calvin Leung Huang <cleung2010@gmail.com>
17 lines
504 B
Plaintext
17 lines
504 B
Plaintext
---
|
|
layout: api
|
|
page_title: KV - Secrets Engines - HTTP API
|
|
sidebar_title: Key/Value
|
|
description: This is the API documentation for the Vault KV secrets engine.
|
|
---
|
|
|
|
# KV Secrets Engine (API)
|
|
|
|
This backend can be run in one of two versions. Each of which have a distinct API.
|
|
Choose the version below you are running. For more information on the KV secrets
|
|
engine see the [Vault kv documentation](/docs/secrets/kv).
|
|
|
|
- [KV Version 1 API](/api/secret/kv/kv-v1)
|
|
|
|
- [KV Version 2 API](/api/secret/kv/kv-v2)
|