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 45c6d898321708c9ec2343ab8437d49f50adbd13 Author: Benoit Tellier <[email protected]> AuthorDate: Thu Sep 5 11:49:34 2019 +0700 JAMES-2292 Fix a typo in Mailbox Routes documentation --- src/site/markdown/server/manage-webadmin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md index 66f68da..32ca2e6 100644 --- a/src/site/markdown/server/manage-webadmin.md +++ b/src/site/markdown/server/manage-webadmin.md @@ -368,11 +368,11 @@ curl -XDELETE http://ip:port/users/usernameToBeUsed/mailboxes/INBOX.work ### Deleting a mailbox and its children ``` -curl -XDELETE http://ip:port/users/usernameToBeUsed/mailboxes/mailboxNameToBeCreated +curl -XDELETE http://ip:port/users/usernameToBeUsed/mailboxes/mailboxNameToBeDeleted ``` Resource name usernameToBeUsed should be an existing user -Resource name mailboxNameToBeCreated should not be empty +Resource name mailboxNameToBeDeleted should not be empty Response codes: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
