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