[Swagger] Fix type property for /api/v1/add/bcc endpoint

This commit is contained in:
FreddleSpl0it 2025-03-26 09:24:03 +01:00
parent d584dd387e
commit 21b11ed999
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5

View File

@ -346,7 +346,8 @@ paths:
description: the domain which emails should be forwarded description: the domain which emails should be forwarded
type: string type: string
type: 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: string
type: object type: object
summary: Create BCC Map summary: Create BCC Map