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 67bf07c14273943aa9dfdfc03ddfebcabbdb2e81
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Tue Nov 26 11:12:08 2024 +0100

    JAMES-4091 Fixup for documentation
---
 docs/modules/servers/partials/operate/webadmin.adoc | 4 ++--
 src/site/markdown/server/manage-webadmin.md         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/modules/servers/partials/operate/webadmin.adoc 
b/docs/modules/servers/partials/operate/webadmin.adoc
index d12da0692a..81c8b5ed0a 100644
--- a/docs/modules/servers/partials/operate/webadmin.adoc
+++ b/docs/modules/servers/partials/operate/webadmin.adoc
@@ -4809,7 +4809,7 @@ Return code:
 === Listing connected users
 
 ....
-curl -XDELETE /servers/connectedUsers
+curl --XGET /servers/connectedUsers
 ....
 
 Will return a list of users having channels opened on the server:
@@ -4864,7 +4864,7 @@ Will return a description and statistics for channels of 
a user:
 curl -XGET /servers/channels
 ....
 
-Will return a description and statistics for channels of a user:
+Will return a description and statistics for channels of all users:
 
 ....
 [
diff --git a/src/site/markdown/server/manage-webadmin.md 
b/src/site/markdown/server/manage-webadmin.md
index addfe133dd..64d452aa33 100644
--- a/src/site/markdown/server/manage-webadmin.md
+++ b/src/site/markdown/server/manage-webadmin.md
@@ -4998,7 +4998,7 @@ Return code:
 ### Listing connected users
 
 ```
-curl -XDELETE /servers/connectedUsers
+curl -XGET /servers/connectedUsers
 ```
 
 Will return a list of users having channels opened on the server:
@@ -5053,7 +5053,7 @@ Will return a description and statistics for channels of 
a user:
 curl -XGET /servers/channels
 ```
 
-Will return a description and statistics for channels of a user:
+Will return a description and statistics for channels of all users:
 
 ```
 [


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to