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 f6b26b5d77
commit 8cae3f3c07
No known key found for this signature in database
GPG key ID: 6017AF117F9756CB

View file

@ -77,7 +77,7 @@ paths:
get:
tags:
- 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
responses:
'200':
@ -117,7 +117,7 @@ paths:
tags:
- user
- 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:
'200':
description: The zip-archive with all notes
@ -125,7 +125,7 @@ paths:
post:
tags:
- user
summary: Sets the new password of a user
summary: Sets the new password of currently logged-in user
requestBody:
required: true
description: The new password of the user
@ -492,7 +492,7 @@ paths:
delete:
tags:
- history
summary: Clear the users history
summary: Clear the currently logged-in users history
operationId: deleteHistory
responses:
'200':