We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fdd03 commit 356e2bdCopy full SHA for 356e2bd
src/routes/api/run.ts
@@ -111,6 +111,7 @@ const getRunPoolElement = function (body: RunRequestBody, res: Response): RunPoo
111
* @apiParam {String(Base64)} input [Optional] stdin input for the program (encoded in base64)
112
* @apiParam {Enum} mode [Optional] mode for request. Default = `sync`, see: https://github.com/coding-blocks/judge-api/issues/16
113
* @apiParam {String)} callback [Optional] callback url for request. Required for `mode = callback`
114
+ * @apiParam {String)} enc [Optional] Encoding type for stdin and source. Can be `url`|`base64`. Default = 'base64'
115
*
116
* @apiUse AvailableLangs
117
0 commit comments