From a027e5cbd4406d05d4e2ff68a73208edea06a5ee Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 8 Oct 2018 10:06:39 -0700 Subject: [PATCH] Fix example drain API request --- website/source/api/nodes.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/nodes.html.md b/website/source/api/nodes.html.md index 87bc3b25d..5dbd59e08 100644 --- a/website/source/api/nodes.html.md +++ b/website/source/api/nodes.html.md @@ -800,7 +800,7 @@ The table below shows this endpoint's support for ```json { "DrainSpec": { - "Deadline": "3600000000000", + "Deadline": 3600000000000, "IgnoreSystemJobs": true } }