Przeglądaj źródła

Merge pull request #3666 from ntimo/task/api-add-dkim-schema-fix

[WEB] Fixed schema for add/dkim api docs
Timo N 5 lat temu
rodzic
commit
9685b4b511
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      data/web/api/openapi.yaml

+ 2 - 2
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)