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 2020/05/27 04:04:34 UTC

[GitHub] [openwhisk-wskdeploy] brunogirin commented on issue #1097: Specifying action parameters in the inputs array or the annotations one

brunogirin commented on issue #1097:
URL: https://github.com/apache/openwhisk-wskdeploy/issues/1097#issuecomment-634097757


   Addendum: when I use the `inputs` structure and I create an API that calls the function, I get this error when calling the API with `curl`, suggesting that the `inputs` structure marks the parameters to reserved properties that the API gateway can't set:
   
   ```
   {
     "code": "61b04fe092db97ce4f223069a4b0e0b3",
     "error": "Request defines parameters that are not allowed (e.g., reserved properties)."
   }
   ```
   


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