diff --git a/website/source/docs/agent/watches.html.markdown b/website/source/docs/agent/watches.html.markdown index d02e92eb8b..6877b57b48 100644 --- a/website/source/docs/agent/watches.html.markdown +++ b/website/source/docs/agent/watches.html.markdown @@ -105,7 +105,9 @@ An example of the output of this command: ### Type: keyprefix The "keyprefix" watch type is used to watch a prefix of keys in the KV store. -It requires that the "prefix" parameter be specified. +It requires that the "prefix" parameter be specified. This watch +returns *all* keys matching the prefix whenever *any* key matching the prefix +changes. This maps to the `/v1/kv/` API internally.