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: ...@@ -114,7 +114,7 @@ paths:
tags: tags:
- User - User
summary: Login to application summary: Login to application
description: Login to application description: Login to application and return an authentication token
operationId: login operationId: login
requestBody: requestBody:
description: Login name and password description: Login name and password
...@@ -126,6 +126,12 @@ paths: ...@@ -126,6 +126,12 @@ paths:
responses: responses:
"200": "200":
description: OK description: OK
content:
application/json:
schema:
properties:
token:
type: string
components: components:
schemas: schemas:
DomainEntity: 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