Update room_event_filter.yaml to use the OpenAPI allOf definition
This is just maintenance.
This commit is contained in:
parent
7d08ef73d0
commit
97e3dd443b
1 changed files with 18 additions and 18 deletions
|
@ -13,6 +13,7 @@
|
|||
# limitations under the License.
|
||||
allOf:
|
||||
- $ref: event_filter.yaml
|
||||
- type: object
|
||||
title: RoomEventFilter
|
||||
properties:
|
||||
not_rooms:
|
||||
|
@ -32,4 +33,3 @@ properties:
|
|||
type: boolean
|
||||
description: If ``true``, includes only events with a url key in their content. If
|
||||
``false``, excludes those events.
|
||||
type: object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue