Adds version note to near parameter.

This commit is contained in:
James Phillips 2016-09-06 07:50:06 -07:00 committed by GitHub
parent bb3b714b17
commit 0a34741d72
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ nodes in the response will be sorted in ascending order of estimated round-trip
times. If the node given does not exist, the nodes in the response will times. If the node given does not exist, the nodes in the response will
be shuffled. Using the magic `_agent` value is supported, and will automatically be shuffled. Using the magic `_agent` value is supported, and will automatically
return results nearest the agent servicing the request. If unspecified, the return results nearest the agent servicing the request. If unspecified, the
response will be shuffled by default. response will be shuffled by default. This was added in Consul 0.7.
The set of fields inside the `Service` structure define the query's behavior. The set of fields inside the `Service` structure define the query's behavior.