dubeejw commented on a change in pull request #2326: (Review) Alphabetize
URL: 
https://github.com/apache/incubator-openwhisk/pull/2326#discussion_r124097071
 
 

 ##########
 File path: docs/apigateway.md
 ##########
 @@ -141,14 +147,10 @@ Action: putBooks
   Path: /books
   Verb: put
   URL: https://${APIHOST}:9001/api/21ef035/club/books
-Action: deleteBooks
-  API Name: Book Club
-  Base path: /club
-  Path: /books
-  Verb: delete
-  URL: https://${APIHOST}:9001/api/21ef035/club/books
 ```
 
+*Note:* APIs will be sorted alphabetically by default, first by Base path, 
then by Path (relative path), then by Verb. If we need to sort alphabetically 
by Action name, we can add the `-n` or `--sort-action` flags to do so.
 
 Review comment:
   Also put the field names (Base, Path, and Verb) inside tick marks. Ie, 
"...first by `Base` path...."
 
----------------------------------------------------------------
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

Reply via email to