1- =============
2- Versioned API
3- =============
1+ ==========
2+ Stable API
3+ ==========
44
55.. default-domain:: mongodb
66
@@ -10,7 +10,7 @@ Versioned API
1010 :depth: 1
1111 :class: singlecol
1212
13- Declaring an API version
13+ Declaring an API Version
1414------------------------
1515
1616To declare an API version, pass a ``serverApi`` driver option when creating your
@@ -43,10 +43,9 @@ Strict API
4343----------
4444
4545By default, declaring an API version guarantees behavior for commands that are
46- part of the versioned API, but does not forbid using commands that are not part
46+ part of the stable API, but does not forbid using commands that are not part
4747of the API version. To only allow commands and options that are part of the
48- versioned API, specify the ``strict`` option when creating the
49- specify the ``strict`` option when creating the
48+ stable API, specify the ``strict`` option when creating the
5049:php:`MongoDB\\Driver\\ServerApi <class.mongodb-driver-serverapi>` instance:
5150
5251.. code-block:: php
@@ -83,7 +82,7 @@ testing to ensure a smooth transition to a future API version.
8382
8483 At the time of this writing, no part of API version "1" has been deprecated.
8584
86- Usage with the command helper
85+ Usage with the Command Helper
8786-----------------------------
8887
8988When using the :phpmethod:`MongoDB\\Database::command()` method to run arbitrary
0 commit comments