Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b4b108f

Browse files
docs: /runs param input -> stdin
1 parent 8f7ee6a commit b4b108f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/routes/api/run.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const getRunPoolElement = function (body: RunRequestBody, res: Response): RunPoo
109109
*
110110
* @apiParam {String(Base64)} source source code to run (encoded in base64)
111111
* @apiParam {Enum} lang Language of code to execute
112-
* @apiParam {String(Base64)} input [Optional] stdin input for the program (encoded in base64)
112+
* @apiParam {String(Base64)} stdin [Optional] stdin input for the program (encoded in base64)
113113
* @apiParam {Enum} mode [Optional] mode for request. Default = `sync`, see: https://github.com/coding-blocks/judge-api/issues/16
114114
* @apiParam {String)} callback [Optional] callback url for request. Required for `mode = callback`
115115
* @apiParam {String)} enc [Optional] Encoding type for stdin and source. Can be `url`|`base64`. Default = 'base64'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /