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 eadf61219ba36ad5fe17b69fb9398f0ad0c61aa7 Author: Quan Tran <hqt...@linagora.com> AuthorDate: Tue Dec 17 14:50:04 2024 +0700 JAMES-4093 Improve disconnect users API documentation --- docs/modules/servers/partials/operate/webadmin.adoc | 6 +++--- src/site/markdown/server/manage-webadmin.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/modules/servers/partials/operate/webadmin.adoc b/docs/modules/servers/partials/operate/webadmin.adoc index 81c8b5ed0a..f092a647bf 100644 --- a/docs/modules/servers/partials/operate/webadmin.adoc +++ b/docs/modules/servers/partials/operate/webadmin.adoc @@ -4779,7 +4779,7 @@ Will destroy channels belonging to `b...@domain.tld`. Return code: -- 204: the certificate is reloaded +- 204: disconnect the user successfully ==== Disconnecting all users @@ -4791,7 +4791,7 @@ Will close all channels. Return code: -- 204: the certificate is reloaded +- 204: disconnect all users successfully ==== Disconnecting a group of users @@ -4803,7 +4803,7 @@ Will disconnect `badg...@domain.tld` and `badg...@domain.tld`. Return code: -- 204: the certificate is reloaded +- 204: disconnect the users successfully - 400: Invalid request === Listing connected users diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 64d452aa33..039f159089 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -4968,7 +4968,7 @@ Will destroy channels belonging to `b...@domain.tld`. Return code: -- 204: the certificate is reloaded +- 204: disconnect the user successfully #### Disconnecting all users @@ -4980,7 +4980,7 @@ Will close all channels. Return code: -- 204: the certificate is reloaded +- 204: disconnect all users successfully #### Disconnecting a group of users @@ -4992,7 +4992,7 @@ Will disconnect `badg...@domain.tld` and `badg...@domain.tld`. Return code: -- 204: the certificate is reloaded +- 204: disconnect the users successfully - 400: Invalid request ### Listing connected users --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org