Describe the actual implication of omitting contains_url

Closes #1750

Signed-off-by: Alexey Rusakov <Alexey.Rusakov@pm.me>
This commit is contained in:
Kitsune Ral 2018-12-12 17:02:52 +09:00
parent 55ebf7dc32
commit 1639f27ec5

View file

@ -32,4 +32,4 @@ allOf:
contains_url:
type: boolean
description: If ``true``, includes only events with a ``url`` key in their content. If
``false``, excludes those events. Defaults to ``false``.
``false``, excludes those events. If omitted, ``url`` key is not considered for filtering.