Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document MSC3758, MSC3966, MSC3873, and MSC3980. #1464

Merged
merged 11 commits into from
Apr 4, 2023
7 changes: 3 additions & 4 deletions data/api/client-server/definitions/sync_filter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
clokep marked this conversation as resolved.
Show resolved Hide resolved
fields are included. The entries are [dot-separated paths for each property](/appendices#dot-separated property paths)
clokep marked this conversation as resolved.
Show resolved Hide resolved
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
Expand Down