NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
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

[WEB] Fixed schema for add/dkim api docs

4e79ec48
ntimo <[email protected]> 6 years ago
data/web/api/openapi.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Diff

diff --git a/data/web/api/openapi.yaml b/data/web/api/openapi.yaml
index c6834d72..f6e5727c 100644
--- a/data/web/api/openapi.yaml
+++ b/data/web/api/openapi.yaml
@@ -325,8 +325,8 @@ paths:
                 dkim_selector:
                   description: the DKIM selector default dkim
                   type: string
-                domain:
-                  description: the domain which a key should be generated for
+                domains:
+                  description: a list of domains for which a dkim key should be generated
                   type: string
                 key_size:
                   description: the key size (1024 or 2048)