Suggestions by Travis tend to be sensible ones

pull/977/head
Will Hunt 8 years ago committed by GitHub
parent 6b9640bcb4
commit 6d0a56d190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -286,7 +286,7 @@ paths:
- accessToken: [] - accessToken: []
responses: responses:
200: 200:
description: The limits exposed by the matrix server. description: The public content repository configuration for the matrix server.
schema: schema:
type: object type: object
properties: properties:
@ -295,7 +295,7 @@ paths:
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: {
"m.upload.size": 50000000 "m.upload.size": 50000000
} }
tags: tags:
- Media - Media

Loading…
Cancel
Save