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|