From 530d67344ec689c78019432e9aacac8656f406fe Mon Sep 17 00:00:00 2001 From: JD Date: Sun, 4 Apr 2021 20:22:34 +0200 Subject: [PATCH] Fix password property spelling in add,edit/mailbox endpoint (#4047) --- data/web/api/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/web/api/openapi.yaml b/data/web/api/openapi.yaml index 66ccfd4e..e1ef65bb 100644 --- a/data/web/api/openapi.yaml +++ b/data/web/api/openapi.yaml @@ -1007,7 +1007,7 @@ paths: password2: description: mailbox password for confirmation type: string - pasword: + password: description: mailbox password type: string quota: @@ -3020,7 +3020,7 @@ paths: password2: description: new mailbox password for confirmation type: string - pasword: + password: description: new mailbox password type: string quota: