Skip to content
Snippets Groups Projects
Unverified Commit 46f4726f authored by Matej Hrica's avatar Matej Hrica
Browse files

Add response to /api/login

parent b07b4ee0
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ paths:
tags:
- User
summary: Login to application
description: Login to application
description: Login to application and return an authentication token
operationId: login
requestBody:
description: Login name and password
......@@ -126,6 +126,12 @@ paths:
responses:
"200":
description: OK
content:
application/json:
schema:
properties:
token:
type: string
components:
schemas:
DomainEntity:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment