Skip to content

Commit 3b9d72d

Browse files
authored
Revert "(DOCSP-14151) Removes deprecated language (#723)" (#724)
This reverts commit 9416cdf.
1 parent 9416cdf commit 3b9d72d

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"restructuredtext.linter.disabled": true,
3-
"restructuredtext.confPath": "${workspaceFolder}",
4-
"esbonio.sphinx.confDir": "${workspaceFolder}"
3+
"restructuredtext.confPath": "${workspaceFolder}"
54
}

source/configure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Prerequisites
3232

3333
To configure the {+mcli+}:
3434

35-
- Add your |ipaddr| or |cidr| block to the |api| access list for your
35+
- Add your |ipaddr| or |cidr| block to the |api| whitelist for your
3636
MongoDB service.
3737
- Generate a |svc-api-key| if you don't already have one.
3838

source/configure/autocomplete.txt

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,12 @@ For example, when you type ``mongocli atlas`` in your shell and press
167167
.. code-block:: none
168168
:copyable: false
169169

170-
accessLists -- Manage the IP access list for your project.
171-
accessLogs -- Manage the access logs of a cluster.
172-
alerts -- Manage alerts for your project.
173-
backups -- Manage backups for your project.
174-
clusters -- Manage clusters for your project.
175-
dbusers -- Manage database users for your project.
176-
events -- Manage events for your project.
177-
logs -- Download host logs for your project.
178-
metrics -- Get measurements on the state of the MongoDB process.
179-
processes -- Manage MongoDB processes for your project.
170+
alerts -- Manage alerts for your project.
171+
backups -- Manage backups for your project.
172+
clusters -- Manage clusters for your project.
173+
dbusers -- Manage database users for your project.
174+
events -- Manage events for your project.
175+
logs -- Download host logs for your project.
176+
metrics -- Get measurements on the state of the MongoDB process.
177+
processes -- Manage MongoDB processes for your project.
178+
whitelist -- Manage the IP whitelist for a project.

source/troubleshooting.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ This error might appear when trying to create a new :atlas:`project
7575
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7676

7777
The API key specified in your :ref:`configuration file <mcli-configure>`
78-
is not on the :atlas:`access list
79-
</configure-api-access>`
78+
is not :atlas:`whitelisted
79+
</configure-api-access#enable-api-whitelisting-for-your-organization>`
8080
for the requested project.
8181

8282
404 (request "Not Found") An invalid group ID <group-id> was specified.

0 commit comments

Comments
 (0)