mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-21 10:24:08 +02:00
Suggestions by Travis tend to be sensible ones
This commit is contained in:
parent
6b9640bcb4
commit
6d0a56d190
|
|
@ -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…
Reference in a new issue