mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 22:54:42 -04: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
a7356ce93e
commit
bbc6b45735
1 changed files with 4 additions and 4 deletions
|
@ -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':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue