size > upload_size

This commit is contained in:
Will Hunt 2018-05-03 16:58:22 +01:00 committed by GitHub
parent 2783820f98
commit c9abf36097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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