mirror of https://github.com/status-im/consul.git
Merge pull request #3698 from amitsaha/fix-tag-doc
Update documentation for `tag` filter
This commit is contained in:
commit
70f3ad5582
|
@ -390,7 +390,7 @@ The table below shows this endpoint's support for
|
||||||
the datacenter of the agent being queried. This is specified as part of the
|
the datacenter of the agent being queried. This is specified as part of the
|
||||||
URL as a query parameter.
|
URL as a query parameter.
|
||||||
|
|
||||||
- `tag` `(string: "")` - Specifies tags to filter on.
|
- `tag` `(string: "")` - Specifies the tag to filter on.
|
||||||
|
|
||||||
- `near` `(string: "")` - Specifies a node name to sort the node list in
|
- `near` `(string: "")` - Specifies a node name to sort the node list in
|
||||||
ascending order based on the estimated round trip time from that node. Passing
|
ascending order based on the estimated round trip time from that node. Passing
|
||||||
|
|
Loading…
Reference in New Issue