Update wording and add example to filter param

erikj/filter_url
Erik Johnston 8 years ago
parent a10fe9fa43
commit 069aa86a10

@ -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…
Cancel
Save