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