diff options
author | A. Jesse Jiryu Davis <jesse@mongodb.com> | 2022-02-07 15:54:14 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-02-07 19:37:24 +0000 |
commit | 1b130329e1b4cc243fc809ae5e852a2eb8878e7a (patch) | |
tree | e28cc1466ae6ad0a1821874e63d1ad8d09d8dcfb /debian | |
parent | cebfa751cb5db526fcba92dc2c1a69ed507a075b (diff) | |
download | mongo-1b130329e1b4cc243fc809ae5e852a2eb8878e7a.tar.gz |
SERVER-63108 Rename Versioned API to Stable API
Diffstat (limited to 'debian')
-rw-r--r-- | debian/mongo.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mongo.1 b/debian/mongo.1 index 0f831bbf1a1..0c75ba44b4f 100644 --- a/debian/mongo.1 +++ b/debian/mongo.1 @@ -295,7 +295,7 @@ currently the only supported value. .RS .PP Specifies that the server will respond with \fBAPIStrictError\f1 if your application uses a command or behavior -outside of the \fBVersioned API\f1\&. +outside of the \fBStable API\f1\&. .PP If you specify \fB\-\-apiStrict\f1\f1, you must also specify \fB\-\-apiVersion\f1\f1\&. |