mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 06:54:10 +01:00
Compare commits
2 commits
84823bc066
...
a09e7c5ea3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a09e7c5ea3 | ||
|
|
0a649cb0db |
|
|
@ -0,0 +1 @@
|
|||
`room_id` is required for peeking via `/_matrix/client/v3/events`.
|
||||
|
|
@ -59,6 +59,7 @@ paths:
|
|||
example: "!somewhere:over.the.rainbow"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
responses:
|
||||
"200":
|
||||
description: The events received, which may be none.
|
||||
|
|
|
|||
Loading…
Reference in a new issue