From cf3b9ec4fee09075481fd5c521dd6c4b8db58e91 Mon Sep 17 00:00:00 2001 From: Brandon Wilson Date: Fri, 21 Nov 2014 12:27:48 -0800 Subject: [PATCH] correct the doc for obtaining formatted json was "?pretty" should be "?pretty=1" --- website/source/docs/agent/http.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/http.html.markdown b/website/source/docs/agent/http.html.markdown index 0211ebae7f..48f25bab77 100644 --- a/website/source/docs/agent/http.html.markdown +++ b/website/source/docs/agent/http.html.markdown @@ -86,7 +86,7 @@ leader. These can be used to gauge if a stale read should be used. ## Formatted JSON Output By default, the output of all HTTP API requests return minimized JSON with all -whitespace removed. By adding "?pretty" to the HTTP request URL, +whitespace removed. By adding "?pretty=1" to the HTTP request URL, formatted JSON will be returned. ## ACLs