Skip to content

Commit b4b108f

Browse files
committed
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)