mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-01 13:38:37 +01:00
Add some missing titles to the filter upload spec
This commit is contained in:
parent
3dc7eb23fa
commit
ff26e0dc48
|
|
@ -1,3 +1,4 @@
|
|||
title: Filter
|
||||
properties:
|
||||
limit:
|
||||
description: The maximum number of events to return.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
allOf:
|
||||
- $ref: event_filter.yaml
|
||||
title: RoomEventFilter
|
||||
properties:
|
||||
not_rooms:
|
||||
description: A list of room IDs to exclude. If this list is absent then no rooms
|
||||
|
|
|
|||
|
|
@ -25,6 +25,8 @@ properties:
|
|||
- $ref: event_filter.yaml
|
||||
description: The user account data that isn't associated with rooms to include.
|
||||
room:
|
||||
title: RoomFilter
|
||||
description: Filters to be applied to room data.
|
||||
properties:
|
||||
not_rooms:
|
||||
description: A list of room IDs to exclude. If this list is absent then no rooms
|
||||
|
|
|
|||
Loading…
Reference in a new issue