You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/12/04 02:32:58 UTC

[GitHub] Terry-Shi opened a new issue #109: Failed to create api for a java web action

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:
users@infra.apache.org


With regards,
Apache Git Services