From 7c31a313db4baeb65eca62f9a7a4e138ea944caf Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Thu, 3 Apr 2014 14:40:05 -0700 Subject: [PATCH] website: Correct some empty lists to null --- website/source/docs/agent/http.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/agent/http.html.markdown b/website/source/docs/agent/http.html.markdown index 6150a5946b..e9e95a00cb 100644 --- a/website/source/docs/agent/http.html.markdown +++ b/website/source/docs/agent/http.html.markdown @@ -169,7 +169,7 @@ This endpoint is hit with a GET and returns a JSON body like this: "redis":{ "ID":"redis", "Service":"redis", - "Tags":[], + "Tags":null, "Port":8000 } } @@ -508,7 +508,7 @@ It returns a JSON body like this: "Address":"10.1.10.12", "ServiceID":"redis", "ServiceName":"redis", - "ServiceTags":[], + "ServiceTags":null, "ServicePort":8000 } ] @@ -533,7 +533,7 @@ It returns a JSON body like this: "consul":{ "ID":"consul", "Service":"consul", - "Tags":[], + "Tags":null, "Port":8300 }, "redis":{ @@ -655,7 +655,7 @@ It returns a JSON body like this: "Service":{ "ID":"redis", "Service":"redis", - "Tags":[], + "Tags":null, "Port":8000 }, "Checks":[