mirror of https://github.com/hashicorp/consul
parent
aa7f712b09
commit
282b88466b
|
@ -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` |
|
||||
|
|
Loading…
Reference in New Issue