Skip to content

Commit

Permalink
Fix missing property in Create Sync Job request
Browse files Browse the repository at this point in the history
In example there was property called "user1", but it was missing from request definition.

This resulted in nswagger generating incorrect C# API code.
  • Loading branch information
jan-oratowski authored Dec 14, 2024
1 parent bd9f4ba commit c6f6eda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/web/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6f6eda

Please sign in to comment.