dubeejw commented on a change in pull request #2966: WIP: Path parameter
support for API GW
URL:
https://github.com/apache/incubator-openwhisk/pull/2966#discussion_r162440887
##########
File path: tests/dat/apigw/apigw_path_param_support_test_invalidActionType.json
##########
@@ -0,0 +1,62 @@
+{
+ "swagger": "2.0",
+ "basePath": "/guest/v1",
+ "info": {
+ "title": "/guest/v1",
+ "version": "1.0.0"
+ },
+ "paths": {
+ "/api2/greeting2/{name}": {
+ "get": {
+ "operationId": "getApi2Greeting2Name",
+ "parameters": [
+ {
+ "in": "path",
+ "name": "name",
+ "type": "string",
+ "required": true
+ }
+ ],
+ "responses": {
+ "default": {
+ "description": "Default response"
+ }
+ },
+ "x-openwhisk": {
+ "action": "testapi",
+ "namespace": "guest",
+ "package": "",
+ "url":
"https://openwhisk.ng.bluemix.net/api/v1/web/guest/default/testapi.json"
Review comment:
Need this reference to https://openwhisk.ng.bluemix.net?
----------------------------------------------------------------
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