Update wording and add example to filter param
This commit is contained in:
parent
a10fe9fa43
commit
069aa86a10
1 changed files with 3 additions and 1 deletions
|
@ -79,7 +79,9 @@ paths:
|
|||
type: string
|
||||
name: filter
|
||||
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:
|
||||
200:
|
||||
description: A list of messages with a new token to request more.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue