Skip to content

Commit

Permalink
make purge parameter lowercase (#5895)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-Khawaja committed Jun 27, 2019
1 parent fb4ecfa commit a7f8d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/api/jobs.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a7f8d77

Please sign in to comment.