mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-21 01:49:22 +02:00
Fix missing property in Create Sync Job request
In example there was property called "user1", but it was missing from request definition. This resulted in nswagger generating incorrect C# API code.
This commit is contained in:
parent
bd9f4ba0a5
commit
c6f6eda0bf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user