Define the default for the contains_url filter param

Fixes https://github.com/matrix-org/matrix-doc/issues/1553
This commit is contained in:
Travis Ralston 2018-08-26 21:21:49 -06:00
parent 1cbcaba2c7
commit b68ed5d594

View file

@ -31,5 +31,5 @@ allOf:
type: array
contains_url:
type: boolean
description: If ``true``, includes only events with a url key in their content. If
``false``, excludes those events.
description: If ``true``, includes only events with a ``url`` key in their content. If
``false``, excludes those events. Defaults to ``false``.