From f33801aaae5af692ee7e63cd9ef74b5e2a9687cb Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Fri, 26 Mar 2021 11:15:39 +0200 Subject: [PATCH] updated docs --- docs/api/openapi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/openapi.yml b/docs/api/openapi.yml index 83bf9990..bed66c25 100644 --- a/docs/api/openapi.yml +++ b/docs/api/openapi.yml @@ -4450,7 +4450,7 @@ components: description: Main email address of the User retention: type: number - description: Default retention time in ms. false if not enabled + description: Default retention time (in ms). false if not enabled enabled2fa: type: array items: @@ -4993,7 +4993,7 @@ components: description: Is the folder hidden or not. Hidden folders can not be opened in IMAP. retention: type: number - description: Retention policy for the Mailbox. Changing retention value only affects messages added to this folder after the change + description: Retention policy for the Mailbox (in ms). Changing retention value only affects messages added to this folder after the change subscribed: type: boolean description: Change Mailbox subscription state @@ -5202,7 +5202,7 @@ components: description: A list of tags associated with this user retention: type: number - description: Default retention time in ms. Set to 0 to disable + description: Default retention time (in ms). Set to 0 to disable uploadSentMessages: type: boolean description: 'If true then all messages sent through MSA are also uploaded to the Sent Mail folder. Might cause duplicates with some email clients, so disabled by default.' @@ -5327,7 +5327,7 @@ components: description: If true then autogenerated address gets the same tags as the user retention: type: number - description: Default retention time in ms. Set to 0 to disable + description: Default retention time (in ms). Set to 0 to disable uploadSentMessages: type: boolean description: 'If true then all messages sent through MSA are also uploaded to the Sent Mail folder. Might cause duplicates with some email clients, so disabled by default.'