diff --git a/website/source/api/kv.html.md b/website/source/api/kv.html.md index 2fdf38a3b5..04bbe67879 100644 --- a/website/source/api/kv.html.md +++ b/website/source/api/kv.html.md @@ -26,6 +26,8 @@ For multi-key updates, please consider using [transaction](/api/txn.html). This endpoint returns the specified key. If no key exists at the given path, a 404 is returned instead of a 200 response. +For multi-key reads, please consider using [transaction](/api/txn.html). + | Method | Path | Produces | | ------ | ---------------------------- | -------------------------- | | `GET` | `/kv/:key` | `application/json` |