From d12b17cbf1bea5615c2a6f42e97b3d2ade0a047f Mon Sep 17 00:00:00 2001 From: Chris Hoffman Date: Fri, 17 Aug 2018 08:55:49 -0400 Subject: [PATCH] Add additional clarification --- website/source/api/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/index.html.md b/website/source/api/index.html.md index 78533e3027..a4f1e0ae28 100644 --- a/website/source/api/index.html.md +++ b/website/source/api/index.html.md @@ -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.