Terry-Shi opened a new issue #109: Failed to create api for a java web action
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/109
 
 
   Here are the key steps I used:
   
   $ ./wsk action invoke --result hello --param name Terry --insecure
   {
       "greeting": "Hello Terry!"
   }
   
   $ ./wsk action update hello --web true --insecure
   ok: updated action hello
   
   $ ./wsk api create /api-demo/v1 /hello get hello --insecure --response-type 
json
   error: Unable to create API: The requested resource does not exist. (code 
22460)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to