From 2c5392f1d1f2fd2799a3e070cf1dfb964cf206d5 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 24 Feb 2016 14:00:57 +0000 Subject: [PATCH] Fix meta-escaping fail --- api/client-server/definitions/sync_filter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client-server/definitions/sync_filter.yaml b/api/client-server/definitions/sync_filter.yaml index b3d1cd84..dc1e8861 100644 --- a/api/client-server/definitions/sync_filter.yaml +++ b/api/client-server/definitions/sync_filter.yaml @@ -3,7 +3,7 @@ properties: description: List of event fields to include. If this list is absent then all fields are included. The entries may include '.' charaters 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 + literal '.' character in a field name may be escaped using a '\\'. A server may include more fields than were requested. items: type: string