Merge remote-tracking branch 'origin/master' into rav/store_and_forward

This commit is contained in:
Richard van der Hoff 2016-10-04 11:55:05 +01:00
commit 556ced36a4
9 changed files with 110 additions and 40 deletions

View file

@ -28,4 +28,8 @@ properties:
items:
type: string
type: array
contains_url:
type: boolean
description: If ``true``, includes only events with a url key in their content. If
``false``, excludes those events.
type: object

View file

@ -75,6 +75,13 @@ paths:
description: |-
The maximum number of events to return. Default: 10.
x-example: "3"
- in: query
type: string
name: filter
description: |-
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.