mirror of https://github.com/hashicorp/consul
Fix json for /v1/catalog/node in markdown
add in a missing comma after the "Address" fieldpull/2060/head
parent
fa26d5f64e
commit
8211555d0d
|
@ -195,7 +195,7 @@ It returns a JSON body like this:
|
|||
[
|
||||
{
|
||||
"Node": "baz",
|
||||
"Address": "10.1.10.11"
|
||||
"Address": "10.1.10.11",
|
||||
"TaggedAddresses": {
|
||||
"wan": "10.1.10.11"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue