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 bt...@apache.org on 2019/12/18 11:29:53 UTC

[james-project] 06/06: JAMES-2993 Upgrade instructions for users mailboxes reindexing relocation

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 00fbef8ccbdc1163be1af1f56e5d5e9fe332da9e
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Mon Dec 16 13:31:31 2019 +0700

    JAMES-2993 Upgrade instructions for users mailboxes reindexing relocation
---
 upgrade-instructions.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/upgrade-instructions.md b/upgrade-instructions.md
index 1aecc06..f647ae3 100644
--- a/upgrade-instructions.md
+++ b/upgrade-instructions.md
@@ -23,7 +23,24 @@ Change list:
  - [ElasticSearch performance enhancements](#elasticsearch-performance-enhancements)
  - [JAMES-2703 Post 3.4.0 release removals](#james-2703-post-340-release-removals)
  - [Health checks routes return code changes](#health-checks-routes-return-code-changes)
+ - [User mailboxes reIndexing endpoint change](#user-mailboxes-reindexing-endpoint-change)
  
+### User mailboxes reIndexing endpoint change
+ 
+Date 16/12/2019
+
+SHA-1 d68a64d96ba8312ecbd34761e82c9c2c32348290
+
+Concerned products: Guice products
+
+In an effort to have a resource oriented webadmin REST API we decided to relocate the endpoint for user mailbox reIndexing.
+
+`curl -XPOST /mailboxes?task=reIndex&user=bob@apache.org`
+
+Had been moved to:
+
+`curl -XPOST /users/bob@apache.org/mailboxes?task=reIndex`
+
 #### Health checks routes return code changes
 
 Date 10/12/2019


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