ZinuoCai opened a new issue #5092:
URL: https://github.com/apache/openwhisk/issues/5092
Hello, I want to create an action whose kind is `blackbox`. I refer to the
Swagger UI document and find the following data.
```json
{
"namespace": "string",
"name": "string",
"version": "string",
"publish": true,
"exec": {
"kind": "blackbox",
"code": "string",
"image": "string",
"main": "string",
"binary": true,
"components": [
"string"
]
},
"annotations": [
{
"key": "string"
}
],
"delAnnotations": [
"string"
],
"parameters": [
{
"key": "string"
}
],
"limits": {
"timeout": 60000,
"memory": 256,
"logs": 10,
"concurrency": 1
}
}
```
But it says that when the kind is not blackbox, we can put the code in the
**code** field. I wonder how can I put my code in such a case. Thank!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]