Clarify that asynchronous media upload requires authentication (#1872)

Fixes: #1554
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
pull/1877/head
Johannes Marbach 5 months ago committed by GitHub
parent 5f47b96240
commit 7773716d18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1 @@
Clarify that `/media/v3/upload/{serverName}/{mediaId}` requires authentication.

@ -81,6 +81,9 @@ paths:
earlier via [POST /_matrix/media/v1/create](/client-server-api/#post_matrixmediav1create).
operationId: uploadContentToMXC
x-addedInMatrixVersion: "1.7"
security:
- accessTokenQuery: []
- accessTokenBearer: []
parameters:
- $ref: '#/components/parameters/serverName'
description: |

Loading…
Cancel
Save