Skip to content

Commit 356e2bd

Browse files
committed
update the docs
1 parent a9fdd03 commit 356e2bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/api/run.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const getRunPoolElement = function (body: RunRequestBody, res: Response): RunPoo
111111
* @apiParam {String(Base64)} input [Optional] stdin input for the program (encoded in base64)
112112
* @apiParam {Enum} mode [Optional] mode for request. Default = `sync`, see: https://github.com/coding-blocks/judge-api/issues/16
113113
* @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'
114115
*
115116
* @apiUse AvailableLangs
116117
*

0 commit comments

Comments
 (0)