From 0fd33680bf9ec879312235cb688edf330d06b10d Mon Sep 17 00:00:00 2001 From: darius Date: Sun, 23 Feb 2025 14:41:30 +0100 Subject: [PATCH] updated openApi.json --- common/docs/openApi.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/common/docs/openApi.json b/common/docs/openApi.json index d1b62fe..245e692 100644 --- a/common/docs/openApi.json +++ b/common/docs/openApi.json @@ -18,17 +18,13 @@ }, "portfolio_api_types_LoginUser": { "properties": { - "Email": { + "email": { "type": "string" }, - "Password": { + "password": { "type": "string" } }, - "required": [ - "Email", - "Password" - ], "type": "object" }, "portfolio_api_types_Project": { @@ -594,3 +590,11 @@ } } } +: { + "description": "" + } + } + } + } + } +}