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 21f0a2a142200c1f89eddceb955bc59d6bbd03d9 Author: Benoit Tellier <[email protected]> AuthorDate: Thu Sep 5 11:44:49 2019 +0700 JAMES-2149 DomainRoute list documentation needs to match actual format --- 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 12b082a..e1c892b 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -206,7 +206,7 @@ curl -XGET http://ip:port/domains Possible response: ``` -{"domains":["domain1", "domain2"]} +["domain1", "domain2"] ``` Response codes: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
