mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-24 01:58:36 +01:00
size > upload_size
This commit is contained in:
parent
2783820f98
commit
c9abf36097
|
|
@ -287,12 +287,12 @@ paths:
|
|||
schema:
|
||||
type: object
|
||||
properties:
|
||||
size:
|
||||
upload_size:
|
||||
type: number
|
||||
description: "The maximum size a upload can be in bytes."
|
||||
examples:
|
||||
application/json: {
|
||||
"size": 50000000
|
||||
"upload_size": 50000000
|
||||
}
|
||||
tags:
|
||||
- Media
|
||||
|
|
|
|||
Loading…
Reference in a new issue