From f44bd2f36a802d2a2d948c579fb34948e8181038 Mon Sep 17 00:00:00 2001 From: FreddleSpl0it <75116288+FreddleSpl0it@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:19:45 +0200 Subject: [PATCH] [Web] document sender_acl in get/mailbox API examples --- data/web/api/openapi.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/web/api/openapi.yaml b/data/web/api/openapi.yaml index ee154c4da..093f9dd51 100644 --- a/data/web/api/openapi.yaml +++ b/data/web/api/openapi.yaml @@ -4920,6 +4920,7 @@ paths: quota: 3221225472 quota_used: 0 rl: false + sender_acl: ["otherbox@doman3.tld", "@aliasdomain.tld"] spam_aliases: 0 username: info@doman3.tld tags: ["tag1", "tag2"] @@ -5846,6 +5847,7 @@ paths: quota: 3221225472 quota_used: 0 rl: false + sender_acl: ["otherbox@domain3.tld", "@aliasdomain.tld"] spam_aliases: 0 username: info@domain3.tld tags: ["tag1", "tag2"]