From 430885595dc69016cb3f310173b692e87743f95f Mon Sep 17 00:00:00 2001 From: lalyos Date: Sat, 6 Sep 2014 01:55:38 +0200 Subject: [PATCH] json sample fixed for PUT /v1/acl/create --- 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 929069fbe..da1d070cb 100644 --- a/website/source/docs/agent/http.html.markdown +++ b/website/source/docs/agent/http.html.markdown @@ -1083,7 +1083,7 @@ body must look like: { "Name": "my-app-token", "Type": "client", - "Rules": "", + "Rules": "" } None of the fields are mandatory, and in fact no body needs to be PUT