mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-05 02:34:14 +02:00
Compare commits
2 commits
ddabb8e083
...
0f84add695
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0f84add695 | ||
|
|
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