mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 06:34:39 -04: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
5c796fb94c
commit
3fd0ba2c47
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…
Add table
Add a link
Reference in a new issue