Update sync filter with ref to appendix.

This commit is contained in:
Patrick Cloke 2023-03-14 11:10:02 -04:00
parent 4cd7faf47c
commit 89fb3a4503

View file

@ -16,10 +16,9 @@ title: Filter
properties:
event_fields:
description: List of event fields to include. If this list is absent then all
fields are included. The entries may include '.' characters to indicate sub-fields.
So ['content.body'] will include the 'body' field of the 'content' object. A
literal '.' character in a field name may be escaped using a '\\'. A server may
include more fields than were requested.
fields are included. The entries are [dot-separated paths for each property](/appendices#dot-separated property paths)
to include. So ['content.body'] will include the 'body' field of the 'content' object.
A server may include more fields than were requested.
items:
type: string
type: array