From e724777a62dd040c3130433ebe41c67f14b9b7c4 Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Mon, 28 Apr 2025 23:01:52 +0200 Subject: [PATCH] fix: formating for login API --- API/client-server/v1/login.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/API/client-server/v1/login.md b/API/client-server/v1/login.md index 0a96500..389f77e 100644 --- a/API/client-server/v1/login.md +++ b/API/client-server/v1/login.md @@ -8,12 +8,6 @@ Authenticates the user, and issues an access token for future requests. ## Request -No request parameters or request body. - ---- - -### 200 response - |Name|Type|Description| |-|-|-| |identifier|string|User's gorb ID. One of identifier and email **must** be implemented|