pritidesai closed pull request #974: #956 Fixed apigateway docs and example
manifests
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/974
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/docs/examples/manifest_hello_world_apigateway.yaml
b/docs/examples/manifest_hello_world_apigateway.yaml
index f5fb29b9..eb8c65df 100644
--- a/docs/examples/manifest_hello_world_apigateway.yaml
+++ b/docs/examples/manifest_hello_world_apigateway.yaml
@@ -14,4 +14,5 @@ packages:
hello-world:
hello:
world:
- hello_world: GET
+ hello_world:
+ method: GET
diff --git a/docs/examples/manifest_hello_world_apigateway_sequence.yml
b/docs/examples/manifest_hello_world_apigateway_sequence.yml
index bf282666..8a27a4bb 100644
--- a/docs/examples/manifest_hello_world_apigateway_sequence.yml
+++ b/docs/examples/manifest_hello_world_apigateway_sequence.yml
@@ -19,4 +19,5 @@ packages:
hello-world:
hello:
world:
- hello_world: GET
+ hello_world:
+ method: GET
diff --git a/docs/wskdeploy_apigateway_helloworld.md
b/docs/wskdeploy_apigateway_helloworld.md
index e2ea2201..29dbab3d 100644
--- a/docs/wskdeploy_apigateway_helloworld.md
+++ b/docs/wskdeploy_apigateway_helloworld.md
@@ -42,7 +42,8 @@ packages:
hello-world:
hello:
world:
- hello_world: GET
+ hello_world:
+ method: GET
```
There are two key changes to this file:
diff --git a/docs/wskdeploy_apigateway_sequence.md
b/docs/wskdeploy_apigateway_sequence.md
index 898108db..8c03fe54 100644
--- a/docs/wskdeploy_apigateway_sequence.md
+++ b/docs/wskdeploy_apigateway_sequence.md
@@ -47,7 +47,8 @@ packages:
hello-world:
hello:
world:
- hello_world: GET
+ hello_world:
+ method: GET
```
There are two key changes to this file:
----------------------------------------------------------------
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