blob: b8c3bb704f875ea9f43a76a5c8b8fba005ca990e [file] [log] [blame]
POST http://localhost:8080/ HTTP/1.1
content-type: application/json
{
"init": {
"name" : "nodejs-web-action-raw",
"main" : "main",
"binary": false,
"code" : "function main(params) { return { response: params }; }",
"raw": true
},
"activation": {
"namespace": "default",
"action_name": "nodejs-web-action-raw",
"api_host": "",
"api_key": "",
"activation_id": "",
"deadline": "4102498800000"
},
"value": {
"name": "Joe"
}
}
###