mdeuser commented on a change in pull request #3352: API GW doc update to 
include path parameter example
URL: 
https://github.com/apache/incubator-openwhisk/pull/3352#discussion_r170916687
 
 

 ##########
 File path: docs/apigateway.md
 ##########
 @@ -209,8 +224,9 @@ wsk api list /club
 ```
 ok: apis
 Action                    Verb         API Name        URL
-getBooks                   get         Book Club       
https://${APIHOST}:9001/api/21ef035/club/books
-postBooks                 post         Book Club       
https://${APIHOST}:9001/api/21ef035/club/books
-putBooks                   put         Book Club       
https://${APIHOST}:9001/api/21ef035/club/books
-deleteBooks             delete         Book Club       
https://${APIHOST}:9001/api/21ef035/club/books
+getBooks                   get         Book Club       
https://${APIHOST}:9001/api/${GENERATED_API_ID}/club/books
+postBooks                 post         Book Club       
https://${APIHOST}:9001/api/${GENERATED_API_ID}/club/books
 
 Review comment:
   see above comment re: post + path identifier

----------------------------------------------------------------
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