size > upload_size
This commit is contained in:
parent
2783820f98
commit
c9abf36097
1 changed files with 2 additions and 2 deletions
|
@ -287,12 +287,12 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
size:
|
upload_size:
|
||||||
type: number
|
type: number
|
||||||
description: "The maximum size a upload can be in bytes."
|
description: "The maximum size a upload can be in bytes."
|
||||||
examples:
|
examples:
|
||||||
application/json: {
|
application/json: {
|
||||||
"size": 50000000
|
"upload_size": 50000000
|
||||||
}
|
}
|
||||||
tags:
|
tags:
|
||||||
- Media
|
- Media
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue