From c6f6eda0bffce56169e55c9bfc41fe41ff5b249d Mon Sep 17 00:00:00 2001 From: Jan Oratowski <54535207+jan-oratowski@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:27:37 +0100 Subject: [PATCH] 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. --- data/web/api/openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/web/api/openapi.yaml b/data/web/api/openapi.yaml index 09d613aa2..8f9e96590 100644 --- a/data/web/api/openapi.yaml +++ b/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