mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-28 08:53:42 +01:00
Fix for tests
This commit is contained in:
parent
bb50ec2e88
commit
8a6103798e
|
|
@ -46,14 +46,12 @@ paths:
|
||||||
room_id:
|
room_id:
|
||||||
type: string
|
type: string
|
||||||
description: The room ID mapped to the queried room alias.
|
description: The room ID mapped to the queried room alias.
|
||||||
required: true
|
|
||||||
x-example: "!roomid1234:example.org"
|
x-example: "!roomid1234:example.org"
|
||||||
servers:
|
servers:
|
||||||
type: array
|
type: array
|
||||||
description: An array of server names that are likely to hold
|
description: An array of server names that are likely to hold
|
||||||
then given room. This list may or may not include the server
|
then given room. This list may or may not include the server
|
||||||
answering the query.
|
answering the query.
|
||||||
required: true
|
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
examples:
|
examples:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue