From 2a534bad741a0901a3aa4b87348bc6e3ed4fa69f Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Fri, 7 Jul 2017 08:25:32 -0400 Subject: [PATCH] DOCS: Update API docs for /sys/generate-root (#2978) - Fix invalid JSON example --- website/source/api/system/generate-root.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/system/generate-root.html.md b/website/source/api/system/generate-root.html.md index 42b12b5d6d..54be70e495 100644 --- a/website/source/api/system/generate-root.html.md +++ b/website/source/api/system/generate-root.html.md @@ -139,7 +139,7 @@ nonce must be provided with each call. ```json { "key": "acbd1234", - "nonce": "ad235", + "nonce": "ad235" } ```