Spec filter param on /messagse
This commit is contained in:
parent
085131b617
commit
37f6769a3c
1 changed files with 5 additions and 0 deletions
|
@ -75,6 +75,11 @@ paths:
|
|||
description: |-
|
||||
The maximum number of events to return. Default: 10.
|
||||
x-example: "3"
|
||||
- in: query
|
||||
type: string
|
||||
name: filter
|
||||
description: |-
|
||||
A url encoded JSON RoomEventFilter to filter returned events with.
|
||||
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