update schema

This commit is contained in:
Jacob Overgaard
2022-05-18 12:58:02 +02:00
parent fce51ace13
commit bbbd63dd14

View File

@@ -100,20 +100,23 @@ components:
UserLoginRequest:
type: object
properties:
userame:
username:
type: string
password:
type: string
role:
type: string
persist:
type: boolean
required:
- userame
- username
- password
- role
- persist
UserResponse:
type: object
properties:
username:
type: string
role:
type: string
required:
- username
- role