brunogirin opened a new issue #940: API section doesn't support path parameters
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/940
 
 
   When deploying a manifest that includes an API endpoint with path 
parameters, `wskdeploy` throws an error saying that the response shoud use type 
'.http' to receive path parameters.
   
   ## Manifest
   
   See the attached manifest file. The error occurs both with POST and PUT.
   
   
[manifest.zip](https://github.com/apache/incubator-openwhisk-wskdeploy/files/2039876/manifest.zip)
   
   ## Error
   
   ```
   Error: Deployment did not complete sucessfully. Run `wskdeploy undeploy` to 
remove partially deployed assets.
   Error: servicedeployer.go [1625]: [ERROR_WHISK_CLIENT_ERROR]: Error code: 
246: API creation failure: The action must use a response type of '.http' in 
order to receive the path parameters.: HTTP Response Status: 502 Bad Gateway 
HTTP Response Body: {"error":"API creation failure: The action must use a 
response type of '.http' in order to receive the path parameters."}
   ```
   

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


With regards,
Apache Git Services

Reply via email to