andreasnauerz opened a new issue #2790: Improve error message saying "Request defines parameters that are not allowed (e.g., reserved properties)." URL: https://github.com/apache/incubator-openwhisk/issues/2790 ## Environment details: * Bluemix ## Steps to reproduce the issue: 1. Log into Bluemix UI 2. Create a simple action accepting parameters (and expecting a parameter named message) 3. Expose the action via API GW (define a GET operation) 4. Try to he action via its route appending `?message=xyz` ## Provide the expected results and outputs: Would expect a more precise error message indicating that the error is caused due to the fact that a default parameter called `message` already exists which cannot be overwritten by default. ## Provide the actual results and outputs: ``` ?error?: ?Request defines parameters that are not allowed (e.g., reserved properties).?, ?code?: 736796 ``` ## Additional information you deem important: Either change behavior or improve error message. ---------------------------------------------------------------- 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
