Clarify that asynchronous media upload requires authentication

Fixes: #1554
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Johannes Marbach 2024-06-14 16:17:52 +02:00
parent 5f47b96240
commit 3a57d5cc41

View file

@ -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: |