room_id is required for peeking (#2216)

pull/2220/head
Johannes Marbach 2 months ago committed by GitHub
parent d8be2ad942
commit 0a649cb0db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save