mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-02 17:54:09 +01:00
Merge 1659acfc45 into d8be2ad942
This commit is contained in:
commit
33fb952f7b
|
|
@ -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