Browse Source

Fix json for /v1/catalog/node in markdown

add in a missing comma after the "Address" field
pull/2060/head
Saif Abid 9 years ago
parent
commit
8211555d0d
  1. 2
      website/source/docs/agent/http/catalog.html.markdown

2
website/source/docs/agent/http/catalog.html.markdown

@ -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…
Cancel
Save