mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-28 10:03:43 +01:00
Try to clarify the filter information on /context
This commit is contained in:
parent
021c056efc
commit
e59bb20dc3
|
|
@ -63,10 +63,9 @@ paths:
|
||||||
name: filter
|
name: filter
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
The ID of a filter created using the filter API or a filter JSON
|
A JSON ``RoomEventFilter`` to filter the returned events with. The
|
||||||
object encoded as a string. The server will detect whether it is
|
filter can be applied before or/and after the ``limit`` parameter -
|
||||||
an ID or a JSON object by whether the first character is a ``"{"``
|
whichever the homeserver prefers.
|
||||||
open brace.
|
|
||||||
|
|
||||||
See `Filtering <#filtering>`_ for more information.
|
See `Filtering <#filtering>`_ for more information.
|
||||||
x-example: "66696p746572"
|
x-example: "66696p746572"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue