Public API: /media/upload returns the URL of the uploaded file

Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
David Mehren 2020-10-12 21:51:09 +02:00
parent 139e1156da
commit 3ccfc9bbb7
No known key found for this signature in database
GPG key ID: 185982BA4C42B7C3

View file

@ -471,6 +471,13 @@ paths:
responses:
'200':
description: The image was uploaded successfully.
content:
application/json:
schema:
type: object
properties:
link:
type: string
'401':
"$ref": "#/components/responses/UnauthorizedError"
'403':