mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Allow the filter JSON to be passed inline in the /sync request
This commit is contained in:
parent
bcebcc61ef
commit
878ce2f206
|
|
@ -32,7 +32,9 @@ paths:
|
|||
name: filter
|
||||
type: string
|
||||
description: |-
|
||||
The ID of a filter created using the filter API.
|
||||
The ID of a filter created using the filter API or a filter JSON
|
||||
object. The server will detect whether it is an ID or a JSON object
|
||||
by whether the first character is a ``"{"`` open brace.
|
||||
x-example: "66696p746572"
|
||||
- in: query
|
||||
name: since
|
||||
|
|
|
|||
Loading…
Reference in a new issue