upload_size => m.upload.size

This commit is contained in:
Will Hunt 2018-06-20 17:06:17 +01:00 committed by GitHub
parent 077cd04a6d
commit 6b9640bcb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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