File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments