소스 검색

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

Fix missing property in Create Sync Job request
FreddleSpl0it 11 달 전
부모
커밋
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:
                   description: the smtp port of the target mail server
                   type: string
+                user1:
+                  description: the username of the mailbox
+                  type: string
                 password:
                   description: the password of the mailbox
                   type: string