summaryrefslogtreecommitdiff
path: root/src/mongo/db/list_indexes.idl
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@10gen.com>2021-01-15 19:48:03 -0800
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-29 22:48:41 +0000
commit9e2f8eb074db402f3d25264b7c0b299a95b81acc (patch)
tree701cc6634538f2fe28beb56f6820708ffd20adff /src/mongo/db/list_indexes.idl
parent8942d990feaadd0abeb1140de16768011a649974 (diff)
downloadmongo-9e2f8eb074db402f3d25264b7c0b299a95b81acc.tar.gz
SERVER-52555 Convert listIndexes command implementation to inherit from IDL-generated base class
Diffstat (limited to 'src/mongo/db/list_indexes.idl')
-rw-r--r--src/mongo/db/list_indexes.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/list_indexes.idl b/src/mongo/db/list_indexes.idl
index 81b592c9a10..e53c8947da5 100644
--- a/src/mongo/db/list_indexes.idl
+++ b/src/mongo/db/list_indexes.idl
@@ -162,6 +162,6 @@ commands:
optional: true
includeBuildUUIDs:
type: safeBool
+ optional: true
unstable: true
- default: false
reply_type: ListIndexesReply