mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-14 07:04:09 +02:00
Fix line length
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
a9ae4c2af8
commit
a88d3a3443
|
|
@ -27,8 +27,8 @@ paths:
|
||||||
GET request to `https://hostname/.well-known/matrix/support`.
|
GET request to `https://hostname/.well-known/matrix/support`.
|
||||||
|
|
||||||
Note that this endpoint is not necessarily handled by the homeserver.
|
Note that this endpoint is not necessarily handled by the homeserver.
|
||||||
It may be served by another webserver, used for discovering support information
|
It may be served by another webserver, used for discovering support
|
||||||
for the homeserver.
|
information for the homeserver.
|
||||||
operationId: getWellknownSupport
|
operationId: getWellknownSupport
|
||||||
x-addedInMatrixVersion: "1.10"
|
x-addedInMatrixVersion: "1.10"
|
||||||
responses:
|
responses:
|
||||||
|
|
@ -45,7 +45,8 @@ paths:
|
||||||
Ways to contact the server administrator.
|
Ways to contact the server administrator.
|
||||||
|
|
||||||
At least one of `contacts` or `support_page` is required.
|
At least one of `contacts` or `support_page` is required.
|
||||||
If only `contacts` is set, it must contain at least one item.
|
If only `contacts` is set, it must contain at least one
|
||||||
|
item.
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
title: Contact
|
title: Contact
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue