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 266c36169ae4154022b4446a57afc6de504ade82 Author: Benoit Tellier <[email protected]> AuthorDate: Mon Sep 9 13:50:34 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 c058b45..91f498b 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -1811,7 +1811,7 @@ curl -XGET http://ip:port/mailRepositories/encodedPathOfTheRepository Resource name `encodedPathOfTheRepository` should be the resource path of an existing mail repository. Example: ``` -curl -XGET http://ip:port/mailRepositories/var%2Fmail%2Ferror%2F/ +curl -XGET http://ip:port/mailRepositories/var%2Fmail%2Ferror%2F ``` The answer looks like: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
