make purge parameter lowercase (#5895)

This commit is contained in:
Omar Khawaja 2019-06-27 14:07:25 -04:00 committed by GitHub
parent d6b8a0a290
commit b9f0407f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1726,7 +1726,7 @@ The table below shows this endpoint's support for
- `:job_id` `(string: <required>)` - 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.