mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-28 13:24:10 +02:00
Better note for /config
This commit is contained in:
parent
1820df02d9
commit
21e957edfb
|
|
@ -276,9 +276,11 @@ paths:
|
||||||
All values are intentionally left optional. Clients SHOULD follow
|
All values are intentionally left optional. Clients SHOULD follow
|
||||||
the advice given in the field description when the field is not available.
|
the advice given in the field description when the field is not available.
|
||||||
|
|
||||||
**NOTE:** The /config endpoint is a guide. Other middleware such as
|
**NOTE:** Both clients and server administrators should be aware that proxies
|
||||||
reverse proxies may apply their own configuration not described on this
|
between the client and the server may affect the apparent behaviour of content
|
||||||
endpoint.
|
repository APIs, for example, proxies may enforce a lower upload size limit
|
||||||
|
than is advertised by the server on this endpoint. Clients should handle such
|
||||||
|
situations gracefully.
|
||||||
operationId: getConfig
|
operationId: getConfig
|
||||||
produces: ["application/json"]
|
produces: ["application/json"]
|
||||||
security:
|
security:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue