mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Add reverse-lookup examples.
This commit is contained in:
parent
d785ac78a3
commit
a2e2ced03b
|
|
@ -163,6 +163,7 @@ paths:
|
|||
type: string
|
||||
description: The Matrix room alias to look up.
|
||||
required: true
|
||||
x-example: "#matrix:matrix.org"
|
||||
responses:
|
||||
200:
|
||||
description: |-
|
||||
|
|
@ -191,6 +192,7 @@ paths:
|
|||
type: string
|
||||
description: The Matrix User ID to look up.
|
||||
required: true
|
||||
x-example: "@bob:matrix.org"
|
||||
responses:
|
||||
200:
|
||||
description: |-
|
||||
|
|
|
|||
Loading…
Reference in a new issue