You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2022/09/09 12:02:26 UTC

[james-project] branch master updated: [DOCUMENTATION] Correct Event Dead Letter webadmin routes documentation (#1184)

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


The following commit(s) were added to refs/heads/master by this push:
     new 41750af87d [DOCUMENTATION] Correct Event Dead Letter webadmin routes documentation (#1184)
41750af87d is described below

commit 41750af87d5d73ba3e910e7a04e7c13b461a2d08
Author: Trần Hồng Quân <55...@users.noreply.github.com>
AuthorDate: Fri Sep 9 19:02:19 2022 +0700

    [DOCUMENTATION] Correct Event Dead Letter webadmin routes documentation (#1184)
    
    action should be reDeliver instead of redeliver.
---
 .../distributed-app/docs/modules/ROOT/pages/operate/webadmin.adoc | 8 ++++----
 src/site/markdown/server/manage-webadmin.md                       | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/server/apps/distributed-app/docs/modules/ROOT/pages/operate/webadmin.adoc b/server/apps/distributed-app/docs/modules/ROOT/pages/operate/webadmin.adoc
index 3cef0aa3b7..6dfef7623b 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/operate/webadmin.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/operate/webadmin.adoc
@@ -3826,7 +3826,7 @@ Response codes:
 === Redeliver all events
 
 ....
-curl -XPOST http://ip:port/events/deadLetter?action=redeliver
+curl -XPOST http://ip:port/events/deadLetter?action=reDeliver
 ....
 
 Additional query parameters are supported:
@@ -3837,7 +3837,7 @@ If unspecified the count of the processed elements is unbounded
 For instance:
 
 ....
-curl -XPOST http://ip:port/events/deadLetter?action=redeliver&limit=10
+curl -XPOST http://ip:port/events/deadLetter?action=reDeliver&limit=10
 ....
 
 Will create a task that will attempt to redeliver all events stored in
@@ -3855,7 +3855,7 @@ Response codes:
 === Redeliver group events
 
 ....
-curl -XPOST http://ip:port/events/deadLetter/groups/org.apache.james.mailbox.events.EventBusTestFixture$GroupA?action=redeliver
+curl -XPOST http://ip:port/events/deadLetter/groups/org.apache.james.mailbox.events.EventBusTestFixture$GroupA?action=reDeliver
 ....
 
 Will create a task that will attempt to redeliver all events of a
@@ -3870,7 +3870,7 @@ If unspecified the count of the processed elements is unbounded
 For instance:
 
 ....
-curl -XPOST http://ip:port/events/deadLetter/groups/org.apache.james.mailbox.events.EventBusTestFixture$GroupA?action=redeliver&limit=10
+curl -XPOST http://ip:port/events/deadLetter/groups/org.apache.james.mailbox.events.EventBusTestFixture$GroupA?action=reDeliver&limit=10
 ....
 
 link:#_endpoints_returning_a_task[More details about endpoints returning
diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md
index 042b54d242..e47ae2f5c6 100644
--- a/src/site/markdown/server/manage-webadmin.md
+++ b/src/site/markdown/server/manage-webadmin.md
@@ -3760,7 +3760,7 @@ Response codes:
 ### Redeliver all events
 
 ```
-curl -XPOST http://ip:port/events/deadLetter?action=redeliver
+curl -XPOST http://ip:port/events/deadLetter?action=reDeliver
 ```
 
 Will create a task that will attempt to redeliver all events stored in "Event Dead Letter".


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