mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 22:34:55 +00:00
Merge pull request #210 from robholland/patch-1
Improve clarity of ?keys behaviour.
This commit is contained in:
commit
85ba2f7be5
@ -129,7 +129,7 @@ The `Key` is simply the full path of the entry. `Flags` are an opaque
|
|||||||
unsigned integer that can be attached to each entry. The use of this is
|
unsigned integer that can be attached to each entry. The use of this is
|
||||||
left totally to the user. Lastly, the `Value` is a base64 key value.
|
left totally to the user. Lastly, the `Value` is a base64 key value.
|
||||||
|
|
||||||
It is possible to also only list keys without any values by using the
|
It is possible to also only list keys without their values by using the
|
||||||
"?keys" query parameter along with a `GET` request. This will return
|
"?keys" query parameter along with a `GET` request. This will return
|
||||||
a list of the keys under the given prefix. The optional "?separator="
|
a list of the keys under the given prefix. The optional "?separator="
|
||||||
can be used to list only up to a given separator.
|
can be used to list only up to a given separator.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user