File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The {+stable-api+} feature forces the server to run operations with behaviors co
31
31
with the API version you specify. Using the {+stable-api+} ensures consistent responses
32
32
from the server and provides long-term API stability for your application.
33
33
34
- The following sections describe how you can enable and customize {+stable-api+} for
34
+ The following sections describe how you can enable and customize the {+stable-api+} for
35
35
your MongoDB client. For more information about the {+stable-api+}, including a list of
36
36
the commands it supports, see :manual:`Stable API </reference/stable-api/>` in the
37
37
{+mdb-server+} manual.
@@ -90,6 +90,8 @@ The following code example shows how you can set the two options on a ``ServerAp
90
90
Troubleshooting
91
91
---------------
92
92
93
+ The following sections describe common issues you might encounter when using the {+stable-api+}.
94
+
93
95
Unrecognized field 'apiVersion' on server
94
96
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
95
97
You can’t perform that action at this time.
0 commit comments