mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-16 16:34:09 +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
|
type: string
|
||||||
name: filter
|
name: filter
|
||||||
description: |-
|
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:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: A list of messages with a new token to request more.
|
description: A list of messages with a new token to request more.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue