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.
99
1010The following commands are supported:
1111
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.
14162 . ` stop ` : No payload, requests the current sync iteration (if any) to be shut down.
15173 . ` line_text ` : Payload is a serialized JSON object received from the sync service.
16184 . ` 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