Skip to content

Commit 420654b

Browse files
author
Dave Cuthbert
authored
DOCSP-23084 add reverse link (#42)
* DOCSP-23084 add reverse link * Review feedback
1 parent 1f64aca commit 420654b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

source/includes/fact-atlas-roles.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
The user specified in the connection string must have the
22
:atlasrole:`atlasAdmin` role.
33

4-
To use ``mongosync`` in the reverse direction, you must `create a
5-
custom role </atlas/reference/api/custom-roles-create-a-role/>`__ that
6-
grants the following ActionTypes:
4+
To use ``mongosync`` in the :ref:`reverse direction <c2c-api-reverse>`,
5+
you must `create a custom role
6+
</atlas/reference/api/custom-roles-create-a-role/>`__ that grants the
7+
following ActionTypes:
78

89
- setUserWriteBlockMode
910
- bypassWriteBlockingMode
1011

11-
The ``setUserWriteBlockMode`` and ``bypassWriteBlockingMode`` user
12-
actions are available starting in MongoDB 6.0. To create the custom
12+
The ``setUserWriteBlockMode`` and ``bypassWriteBlockingMode``
13+
ActionTypes are available starting in MongoDB 6.0. To create the custom
1314
roles, all clusters in a project must be on MongoDB 6.0 or higher.
1415

0 commit comments

Comments
 (0)