mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-26 10:58:38 +01:00
Update wording and add example to filter param
This commit is contained in:
parent
a10fe9fa43
commit
069aa86a10
|
|
@ -79,7 +79,9 @@ paths:
|
|||
type: string
|
||||
name: filter
|
||||
description: |-
|
||||
A url encoded JSON RoomEventFilter to filter returned events with.
|
||||
A JSON RoomEventFilter to filter returned events with.
|
||||
x-example: |-
|
||||
{"contains_url":true}
|
||||
responses:
|
||||
200:
|
||||
description: A list of messages with a new token to request more.
|
||||
|
|
|
|||
Loading…
Reference in a new issue