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 91f4e1d9964a6f89d3c45aa9ff0b2c4ce9f8c196 Author: Rene Cordier <[email protected]> AuthorDate: Mon Jun 22 11:21:04 2020 +0700 JAMES-3262 Enhance webadmin documentation regarding the I-KNOW-WHAT-I-M-DOING header for the fix mailboxes inconsistencies task --- src/site/markdown/server/manage-webadmin.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index abffd56..f988530 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -419,6 +419,8 @@ Will schedule a task for fixing inconsistencies for the mailbox deduplicated obj [More details about endpoints returning a task](#Endpoints_returning_a_task). +The `I-KNOW-WHAT-I-M-DOING` header is mandatory (you can read more information about it in the warning section below). + The scheduled task will have the following type `solve-mailbox-inconsistencies` and the following `additionalInformation`: ``` --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
