blob: bc64d958e8e3243c7db05b46763bd4c2fbbe7e0b [file] [log] [blame]
POST http://localhost:8080/init HTTP/1.1
content-type: application/json
{
"value": {
"name" : "nodejs-web-action-raw",
"main" : "main",
"binary": false,
"code" : "function main(params) { return { response: params }; }"
}
}
###