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 67b100a5f5b287bd7125d57c747aca4e28667be0 Author: Benoit Tellier <[email protected]> AuthorDate: Thu Sep 5 12:14:56 2019 +0700 JAMES-2096 Correct documented endpoint for retrieving latest cassandra version --- 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 3b8e093..4306406 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -1085,7 +1085,7 @@ Response codes: ### Retrieving latest available Cassandra schema version ``` -curl -XGET http://ip:port/cassandra/version +curl -XGET http://ip:port/cassandra/version/latest ``` Will return: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
