mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-29 07:21:15 +00:00
user is now always explicitly currently logged-in user
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
f6b26b5d77
commit
8cae3f3c07
1 changed files with 4 additions and 4 deletions
|
@ -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':
|
||||
|
|
Loading…
Reference in a new issue