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
|
type: string
|
||||||
name: filter
|
name: filter
|
||||||
description: |-
|
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:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: A list of messages with a new token to request more.
|
description: A list of messages with a new token to request more.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue