File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,10 @@ The function should always be called in a transaction.
9
9
10
10
The following commands are supported:
11
11
12
- 1 . ` start ` : Payload is a JSON-encoded object. This requests the client to start a sync iteration, specifying
13
- parameters.
12
+ 1 . ` start ` : Payload is a JSON-encoded object. This requests the client to start a sync iteration.
13
+ The payload can either be ` null ` or an JSON object with:
14
+ - An optional ` parameters: Record<string, any> ` entry, specifying parameters to include in the request
15
+ to the sync service.
14
16
2 . ` stop ` : No payload, requests the current sync iteration (if any) to be shut down.
15
17
3 . ` line_text ` : Payload is a serialized JSON object received from the sync service.
16
18
4 . ` line_binary ` : Payload is a BSON-encoded object received from the sync service.
You can’t perform that action at this time.
0 commit comments