summaryrefslogtreecommitdiff
path: root/src/mongo/s/request_types
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2018-02-07 17:59:23 -0500
committerRandolph Tan <randolph@10gen.com>2018-02-23 10:44:35 -0500
commitf6007fbc72791a1752edb502894e33ee831e4ace (patch)
tree8c544c575af8267a165234428976452f8b277d90 /src/mongo/s/request_types
parent04cc084048a5f37c9d10ee3bac9dbef1e89672c5 (diff)
downloadmongo-f6007fbc72791a1752edb502894e33ee831e4ace.tar.gz
SERVER-32615 Make user write commands in sharded cluster go through _configCreate
Diffstat (limited to 'src/mongo/s/request_types')
-rw-r--r--src/mongo/s/request_types/create_collection.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/request_types/create_collection.idl b/src/mongo/s/request_types/create_collection.idl
index e34f5b2e55c..d7257f1d599 100644
--- a/src/mongo/s/request_types/create_collection.idl
+++ b/src/mongo/s/request_types/create_collection.idl
@@ -43,4 +43,5 @@ structs:
description: "The namespace of the collection to be created."
options:
type: object
+ optional: true
description: "collection creation options"