Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for exec websocket #9679

Merged
merged 18 commits into from
Jan 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing word
  • Loading branch information
backspace committed Dec 18, 2020
commit f0eb3cb449518460530a4d4f1f70293929df53ec
2 changes: 1 addition & 1 deletion website/pages/api-docs/allocations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ The table below shows this endpoint's support for
part of the path.
- `command` `(string: <required>)` - Specifies the command to be executed. This
must be a JSON-encoded array of the command to be executed, e.g. `["echo", "hi"]`
or `["/bin/bash"]`. This is specified as query parameter.
or `["/bin/bash"]`. This is specified as a query parameter.
- `task` `(string: <required>)` - Specifies the task name, as a query parameter.
- `tty` `(bool: false)` - Specifies whether a TTY is allocated for this task, as
a query parameter.
Expand Down