open-vault/website/source/api/secret/kv/index.html.md
Brian Kassouf a8b8ca136e
KV: Update 'versioned' naming to 'v2' (#4293)
* Update 'versioned' naming to 'v2'

* Make sure options are set

* Fix description of auth flag

* Review feedback
2018-04-09 09:39:32 -07:00

18 lines
551 B
Markdown

---
layout: "api"
page_title: "KV - Secrets Engines - HTTP API"
sidebar_current: "docs-http-secret-kv"
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)