summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuhong Zhang <danielzhangyh@gmail.com>2021-11-08 18:40:16 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-08 19:56:22 +0000
commit4944ff5e88a3bd9f1b884d8473a5fb41c71f115b (patch)
tree44054a4be5e092d4ac7537642bc36326b9f7288f
parent24ce5b1d3f3e3c28b607c1aeb77dc061cb3d9088 (diff)
downloadmongo-4944ff5e88a3bd9f1b884d8473a5fb41c71f115b.tar.gz
SERVER-60314 Exclude collMod unique options from API V1
-rw-r--r--src/mongo/db/coll_mod.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/coll_mod.idl b/src/mongo/db/coll_mod.idl
index 9817f06d0aa..90edf38c9dc 100644
--- a/src/mongo/db/coll_mod.idl
+++ b/src/mongo/db/coll_mod.idl
@@ -58,6 +58,7 @@ structs:
unique:
optional: true
type: safeBool
+ unstable: true
CollModReply:
description: "The collMod command's reply."
@@ -78,6 +79,7 @@ structs:
unique_new:
optional: true
type: safeBool
+ unstable: true
CollModTimeseries:
description: "A type representing the adjustable options on timeseries collections"