Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion source/reference/api/start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ Request Body Parameters
original source cluster blocks writes and the destination cluster
accepts writes.

To reverse sync, the ``enableUserWriteBlocking`` field must be set
to ``true``.

Default value is ``false``.

* - ``includeNamespaces``
Expand All @@ -158,14 +161,17 @@ Request Body Parameters
- If set to ``true``, enables the sync operation to be
reversed.

To reverse sync, the ``enableUserWriteBlocking`` field must be set
to ``true``.

This option is not supported for the following configurations:

* Sync from a replica set to a sharded cluster

* Sync sharded clusters that have different numbers of shards

* Reversible sync when ``buildIndexes`` is set to ``never``.

For more information, see the :ref:`reverse <c2c-api-reverse>` endpoint.

Default value is ``false``.
Expand Down