Adds a pointer to the /v1/txn API from the KV read docs.

Closes #3558
pull/3584/head
James Phillips 2017-10-17 17:07:13 -07:00
parent aa7f712b09
commit 282b88466b
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 2 additions and 0 deletions

View File

@ -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` |