From 8fc47e43449b334468e26fe9156b9ee4a8f0f75c Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Tue, 14 Nov 2017 17:03:37 +0200 Subject: [PATCH] Update api.md --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index cd707d7..4208c32 100644 --- a/docs/api.md +++ b/docs/api.md @@ -262,7 +262,7 @@ Creates a new user, returns the ID upon success. - **address** is the main email address for the user. If address is not set then a new one is generated based on the username and current domain name - **emptyAddress** if true, then do not set up an address for the user - **name** is the name for the user -- **forward** is an email address to where all messages are forwarded to +- **forward** is an array of email addresses to where all messages are forwarded to - **targetUrl** is an URL to where all messages are uploaded to - **quota** is the maximum storage in bytes allowed for this user. If not set then the default value is used - **retention** is the default retention time in ms for mailboxes. Messages in Trash and Junk folders have a capped retention time of 30 days. @@ -304,7 +304,7 @@ Updates the properties of an user. Only specify these fields that you want to be - **user** (required) is the ID of the user - **name** is the updated name for the user - **password** is the updated password for the user (do not set if you do not want to change user password) -- **forward** is an email address to where all messages are forwarded to +- **forward** is an array of email addresses to where all messages are forwarded to - **targetUrl** is an URL to where all messages are uploaded to - **quota** is the maximum storage in bytes allowed for this user - **retention** is the default retention time in ms for mailboxes. Messages in Trash and Junk folders have a capped retention time of 30 days.