From 645a2e06e387b33d959fd85e6880dd6e17835317 Mon Sep 17 00:00:00 2001 From: Omar Khawaja Date: Thu, 27 Jun 2019 16:19:55 -0400 Subject: [PATCH] make purge parameter lowercase (#5895) (#5901) --- website/source/api/jobs.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/api/jobs.html.md b/website/source/api/jobs.html.md index fc79cb74e9b..5205b8dc8a4 100644 --- a/website/source/api/jobs.html.md +++ b/website/source/api/jobs.html.md @@ -1726,7 +1726,7 @@ The table below shows this endpoint's support for - `:job_id` `(string: )` - Specifies the ID of the job (as specified in the job file during submission). This is specified as part of the path. -- `Purge` `(bool: false)` - Specifies that the job should stopped and purged +- `purge` `(bool: false)` - Specifies that the job should stopped and purged immediately. This means the job will not be queryable after being stopped. If not set, the job will be purged by the garbage collector.