df34412570
* new documentation website * ci job adjustment * update to latest version on downloads page * remove transition-period scripts * add netlify toml file * fix docs patch * fix ci config? * revert go.mod changes * a couple last markdown formatting fixes
17 lines
525 B
Plaintext
17 lines
525 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/index.html).
|
|
|
|
- [KV Version 1 API](/api/secret/kv/kv-v1.html)
|
|
|
|
- [KV Version 2 API](/api/secret/kv/kv-v2.html)
|