This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit a34b08e38a58101551b157e503c37ea60bda0e02 Author: Benoit Tellier <[email protected]> AuthorDate: Thu Sep 5 12:18:02 2019 +0700 JAMES-2293 Remove trailing slash in MailRepository route documentation --- src/site/markdown/server/manage-webadmin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 1bd0309..74a460a 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -1805,7 +1805,7 @@ Response codes: ### Getting additional information for a mail repository ``` -curl -XGET http://ip:port/mailRepositories/encodedPathOfTheRepository/ +curl -XGET http://ip:port/mailRepositories/encodedPathOfTheRepository ``` Resource name `encodedPathOfTheRepository` should be the resource path of an existing mail repository. Example: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
