You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rc...@apache.org on 2020/02/17 03:08:50 UTC

[james-project] 03/04: JAMES-3049 WebAdmin doc: renaming "Listing groups" to "Listing mailbox listener groups" in event dead letter section

This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 85791eddc1d679b5f4d379c7f4fa4eb477d9dc79
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Thu Feb 13 16:38:36 2020 +0700

    JAMES-3049 WebAdmin doc: renaming "Listing groups" to "Listing mailbox listener groups" in event dead letter section
    
    The tag #Listing_groups was in conflict with an other one defined above in "Creating address groups" section,
    redirecting thus to the wrong part
---
 src/site/markdown/server/manage-webadmin.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md
index 2293659..b2e0142 100644
--- a/src/site/markdown/server/manage-webadmin.md
+++ b/src/site/markdown/server/manage-webadmin.md
@@ -2830,7 +2830,7 @@ and the like.
 Upon exceptions, a bounded number of retries are performed (with exponential backoff delays). If after those retries the listener is still
 failing, then the event will be stored in the "Event Dead Letter". This API allows diagnosing issues, as well as performing event replay (not implemented yet).
 
- - [Listing groups](#Listing_groups)
+ - [Listing mailbox listener groups](#Listing_mailbox_listener_groups)
  - [Listing failed events](#Listing_failed_events)
  - [Getting event details](#Getting_event_details)
  - [Deleting an event](#Deleting_an_event)
@@ -2839,9 +2839,9 @@ failing, then the event will be stored in the "Event Dead Letter". This API allo
  - [Redeliver a single event](#Redeliver_a_single_event)
  - [Rescheduling group execution](#Rescheduling_group_execution)
 
-### Listing groups
+### Listing mailbox listener groups
 
-This endpoint allows discovering the list of groups.
+This endpoint allows discovering the list of mailbox listener groups.
 
 ```
 curl -XGET http://ip:port/events/deadLetter/groups


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org