diff options
author | Eric Cox <eric.cox@mongodb.com> | 2022-06-22 02:26:08 +0000 |
---|---|---|
committer | Eric Cox <eric.cox@mongodb.com> | 2022-06-22 02:26:08 +0000 |
commit | e24af2270e6bc1d435845c8fdd02a1eb24155da2 (patch) | |
tree | 630fdee303fd190f8a3e75779910ba9e45c90b55 /src/mongo/idl/generic_argument.idl | |
parent | ecf315a92efb6283a4c8f3fd079dd81398563fa6 (diff) | |
parent | 816918e7ebb03cd74fdfb935590d14fc9e8d0210 (diff) | |
download | mongo-e24af2270e6bc1d435845c8fdd02a1eb24155da2.tar.gz |
Merge branch 'v6.0' of github.com:10gen/mongo into v6.0
Diffstat (limited to 'src/mongo/idl/generic_argument.idl')
-rw-r--r-- | src/mongo/idl/generic_argument.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/idl/generic_argument.idl b/src/mongo/idl/generic_argument.idl index fdf340cbef1..5cb308bd2e1 100644 --- a/src/mongo/idl/generic_argument.idl +++ b/src/mongo/idl/generic_argument.idl @@ -104,6 +104,7 @@ generic_argument_lists: mayBypassWriteBlocking: forward_to_shards: true + generic_reply_field_lists: generic_reply_fields_api_v1: description: "Fields that may appear in any command reply. These are guaranteed backwards-compatible for as long as the server supports API Version 1." |