public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
[Swagger] Fix type property for /api/v1/add/bcc endpoint
21b11ed9
data/web/api/openapi.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Diff
diff --git a/data/web/api/openapi.yaml b/data/web/api/openapi.yaml
index f1ad31eb..afab5fb0 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