mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Clarify that asynchronous media upload requires authentication
Fixes: #1554 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
5f47b96240
commit
3a57d5cc41
|
|
@ -81,6 +81,9 @@ paths:
|
||||||
earlier via [POST /_matrix/media/v1/create](/client-server-api/#post_matrixmediav1create).
|
earlier via [POST /_matrix/media/v1/create](/client-server-api/#post_matrixmediav1create).
|
||||||
operationId: uploadContentToMXC
|
operationId: uploadContentToMXC
|
||||||
x-addedInMatrixVersion: "1.7"
|
x-addedInMatrixVersion: "1.7"
|
||||||
|
security:
|
||||||
|
- accessTokenQuery: []
|
||||||
|
- accessTokenBearer: []
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '#/components/parameters/serverName'
|
- $ref: '#/components/parameters/serverName'
|
||||||
description: |
|
description: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue