mdeuser commented on a change in pull request #2326: (Review) Alphabetize URL: https://github.com/apache/incubator-openwhisk/pull/2326#discussion_r125673983
########## 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`. In order to sort alphabetically by Action name, add the `-n` or `--sort-action` flags. Review comment: Since field name is `Base path`, include "path" in the back tick quotes. ---------------------------------------------------------------- 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
