mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-10 01:43:43 +01:00
upload_size => m.upload.size
This commit is contained in:
parent
077cd04a6d
commit
6b9640bcb4
|
|
@ -290,12 +290,12 @@ paths:
|
|||
schema:
|
||||
type: object
|
||||
properties:
|
||||
upload_size:
|
||||
m.upload.size:
|
||||
type: number
|
||||
description: "The maximum size an upload can be in bytes."
|
||||
examples:
|
||||
application/json: {
|
||||
"upload_size": 50000000
|
||||
"m.upload.size": 50000000
|
||||
}
|
||||
tags:
|
||||
- Media
|
||||
|
|
|
|||
Loading…
Reference in a new issue