make purge parameter lowercase (#5895)
This commit is contained in:
parent
d6b8a0a290
commit
b9f0407f17
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue