user is now always explicitly currently logged-in user

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2020-06-06 22:00:17 +02:00 committed by David Mehren
parent a7356ce93e
commit bbc6b45735
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -77,7 +77,7 @@ paths:
get: get:
tags: tags:
- user - user
summary: Get the user information of the currently logged in user summary: Get the user information of the currently logged-in user
operationId: getMe operationId: getMe
responses: responses:
'200': '200':
@ -117,7 +117,7 @@ paths:
tags: tags:
- user - user
- export - export
summary: Exports a zip-archive with all notes of the current user. summary: Exports a zip-archive with all notes of the currently logged-in user.
responses: responses:
'200': '200':
description: The zip-archive with all notes description: The zip-archive with all notes
@ -125,7 +125,7 @@ paths:
post: post:
tags: tags:
- user - user
summary: Sets the new password of a user summary: Sets the new password of currently logged-in user
requestBody: requestBody:
required: true required: true
description: The new password of the user description: The new password of the user
@ -492,7 +492,7 @@ paths:
delete: delete:
tags: tags:
- history - history
summary: Clear the users history summary: Clear the currently logged-in users history
operationId: deleteHistory operationId: deleteHistory
responses: responses:
'200': '200':