mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-04 03:21:44 -05:00
/me is now a put and not a post since it's an update method
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
4d424842e6
commit
8f0761af96
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ paths:
|
||||||
'401':
|
'401':
|
||||||
description: The user is not logged in.
|
description: The user is not logged in.
|
||||||
content: {}
|
content: {}
|
||||||
post:
|
put:
|
||||||
tags:
|
tags:
|
||||||
- user
|
- user
|
||||||
summary: Update information about the currently logged-in user
|
summary: Update information about the currently logged-in user
|
||||||
|
|
Loading…
Reference in a new issue