mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-21 13:33:44 +01:00
room_id is required for peeking
Fixes: #2098 Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
21109b4d5b
commit
1659acfc45
|
|
@ -0,0 +1 @@
|
||||||
|
`room_id` is required for peeking via `/_matrix/client/v3/events`.
|
||||||
|
|
@ -59,6 +59,7 @@ paths:
|
||||||
example: "!somewhere:over.the.rainbow"
|
example: "!somewhere:over.the.rainbow"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
required: true
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: The events received, which may be none.
|
description: The events received, which may be none.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue