瀏覽代碼

Merge pull request #6211 from jan-oratowski/patch-1

Fix missing property in Create Sync Job request
FreddleSpl0it 7 月之前
父節點
當前提交
8fea9fc21f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      data/web/api/openapi.yaml

+ 3 - 0
data/web/api/openapi.yaml

@@ -1531,6 +1531,9 @@ paths:
                 port1:
                 port1:
                   description: the smtp port of the target mail server
                   description: the smtp port of the target mail server
                   type: string
                   type: string
+                user1:
+                  description: the username of the mailbox
+                  type: string
                 password:
                 password:
                   description: the password of the mailbox
                   description: the password of the mailbox
                   type: string
                   type: string