Skip to content

Commit

Permalink
docs: clarify submit-job allows stopping (#13871)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmichael committed Jul 21, 2022
1 parent 4508af8 commit 5c6352e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/other-specifications/acl-policy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ of `capabilities`. This includes:
- `list-jobs` - Allows listing the jobs and seeing coarse grain status.
- `parse-job` - Allows parsing a job from HCL to JSON.
- `read-job` - Allows inspecting a job and seeing fine grain status.
- `submit-job` - Allows jobs to be submitted or modified.
- `submit-job` - Allows jobs to be submitted, updated, or stopped.
- `dispatch-job` - Allows jobs to be dispatched
- `read-logs` - Allows the logs associated with a job to be viewed.
- `read-fs` - Allows the filesystem of allocations associated to be viewed.
Expand Down

0 comments on commit 5c6352e

Please sign in to comment.