blob: cb87eb22e982760d8e40d28636b320d27fea004c [file] [log] [blame]
POST http://localhost:8080/init HTTP/1.1
content-type: application/json
{
"value": {
"name" : "java-helloworld-with-params",
"main" : "Hello",
"binary": true,
"code" : "BASE64_ENCODED_JAR"
}
}
###