Merge pull request #6408 from mailcow/fix/6373

[Swagger] Fix type property for /api/v1/add/bcc endpoint
This commit is contained in:
FreddleSpl0it 2025-03-27 07:40:19 +01:00 committed by GitHub
commit b550c6f88e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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