From f926ef682de637b717d3b0cc0eaee43c59e83c95 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 17 Aug 2024 18:59:55 +0900 Subject: feat(backend): allow login/signup with email address --- openapi/fortee.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'openapi') diff --git a/openapi/fortee.yaml b/openapi/fortee.yaml index a27c721..707a29b 100644 --- a/openapi/fortee.yaml +++ b/openapi/fortee.yaml @@ -34,5 +34,13 @@ paths: loggedIn: type: boolean example: true + user: + type: object + properties: + username: + type: string + example: "john" + required: + - username required: - loggedIn -- cgit v1.2.3-70-g09d2