Clarify that asynchronous media upload requires authentication (#1872)
Fixes: #1554 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
5f47b96240
commit
7773716d18
2 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue