Fix json for /v1/catalog/node in markdown

add in a missing comma after the "Address" field
pull/2060/head
Saif Abid 2016-05-19 14:41:41 -04:00
parent fa26d5f64e
commit 8211555d0d
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}