We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bccf06 commit 7b43f0dCopy full SHA for 7b43f0d
source/reference/versioned-api.txt
@@ -62,13 +62,13 @@ application's MongoClient:
62
api={"version": "1", "strict": True}
63
)
64
65
-Alternatively, if you are using running the :binary:`~bin.mongo` shell,
+Alternatively, if you are using :mongosh:`MongoDB Shell </>`,
66
you can specify the :option:`--apiStrict` and :option:`--apiVersion`
67
connection options:
68
69
.. code-block:: shell
70
71
- mongo --apiVersion 1 --apiStrict
+ mongosh --apiVersion 1 --apiStrict
72
73
``"1"`` is currently the only API version available.
74
0 commit comments