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 8af15a3bdeeeb26f85c90ff97f16b5af4991ff1b Author: Benoit Tellier <[email protected]> AuthorDate: Thu Sep 5 12:16:17 2019 +0700 JAMES-2096 Fix body examples for Cassandra version routes --- src/site/markdown/server/manage-webadmin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 4306406..1bd0309 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -1073,7 +1073,7 @@ curl -XGET http://ip:port/cassandra/version Will return: ``` -2 +{"version": 2} ``` Where the number corresponds to the current schema version of the database you are using. @@ -1091,7 +1091,7 @@ curl -XGET http://ip:port/cassandra/version/latest Will return: ``` -3 +{"version": 3} ``` Where the number corresponds to the latest available schema version of the database you are using. This means you can be --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
