From 21b11ed99923a0c26b32f26b6663d2dbbab7ce81 Mon Sep 17 00:00:00 2001 From: FreddleSpl0it Date: Wed, 26 Mar 2025 09:24:03 +0100 Subject: [PATCH] [Swagger] Fix type property for /api/v1/add/bcc endpoint --- data/web/api/openapi.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/web/api/openapi.yaml b/data/web/api/openapi.yaml index f1ad31eb3..afab5fb0c 100644 --- a/data/web/api/openapi.yaml +++ b/data/web/api/openapi.yaml @@ -346,7 +346,8 @@ paths: description: the domain which emails should be forwarded type: string type: - description: the type of bcc map can be `sender` or `recipient` + description: the type of bcc map can be `sender` or `rcpt` + enum: [sender, rcpt] type: string type: object summary: Create BCC Map