refactor invalid token, scope

This commit is contained in:
Philipp Rothmann 2022-11-07 17:42:32 +01:00
parent df3a2c0c48
commit dbab0ef12b
4 changed files with 84 additions and 59 deletions

View file

@ -8,14 +8,27 @@ paths:
get:
summary: info about the currently logged-in user
tags:
- 1. User
- User
responses:
'200':
description: success
'403':
description: missing scope
'401':
description: not logged-in
'403':
description: missing scope
"/user/financial_overview":
get:
summary: financial summary about the currently logged-in user
tags:
- User
- FinancialTransaction
responses:
'200':
description: success
'401':
description: not logged-in
'403':
description: missing scope
components:
securitySchemes:
oauth2: