Skip to content

Commit 581d72f

Browse files
authored
DOCSP-43489-reverse-filtered-sync-compat (#409)
* DOCSP-43489-reverse-filtered-sync-compat * nit
1 parent 235a65c commit 581d72f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/reference/api/reverse.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Response
135135
Behavior
136136
--------
137137

138-
The reverse endpoint starts the ``REVERSING`` state. ``mongosync`` swaps the
138+
The ``reverse`` endpoint starts the ``REVERSING`` state. ``mongosync`` swaps the
139139
source and destination clusters and resumes applying change events.
140140

141141
If the ``reverse`` sync is successful, ``mongosync`` enters the
@@ -147,10 +147,16 @@ To view the mapping direction for the synchronization of the source and
147147
destination clusters, use the :ref:`progress <c2c-api-progress>`
148148
endpoint and check the ``directionMapping`` object.
149149

150+
150151
Endpoint Protection
151152
~~~~~~~~~~~~~~~~~~~
152153

153154
.. |endpoint| replace:: ``reverse``
154155
.. include:: /includes/fact-api-endpoint
155156

157+
Limitations
158+
~~~~~~~~~~~
159+
160+
The ``reverse`` endpoint does not support :ref:`filtered sync <c2c-filtered-sync>`.
161+
156162

0 commit comments

Comments
 (0)