blob: c6b99c7b8f3223dbcbf04bf773a7e6c14e821137 [file] [log] [blame]
POST http://localhost:8080/init HTTP/1.1
content-type: application/json
{
"value": {
"name" : "nodejs-web-action-json-params",
"main" : "main",
"binary": false,
"code": "function main(params) { return { statusCode: 200, headers: { 'Content-Type': 'application/json' }, body: params }};",
}
}
###