mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
Use POST /media
for file upload
The old `/media/upload` subpath does not follow the convention of REST APIs. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
e0f8031fab
commit
16b5f3a5c8
2 changed files with 2 additions and 2 deletions
|
@ -454,7 +454,7 @@ paths:
|
|||
content:
|
||||
text/plain:
|
||||
example: my-note
|
||||
/media/upload:
|
||||
/media:
|
||||
post:
|
||||
tags:
|
||||
- media
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue