summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/set_feature_compatibility_version.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/set_feature_compatibility_version.idl')
-rw-r--r--src/mongo/db/commands/set_feature_compatibility_version.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/commands/set_feature_compatibility_version.idl b/src/mongo/db/commands/set_feature_compatibility_version.idl
index b1c7df315d7..793fa587098 100644
--- a/src/mongo/db/commands/set_feature_compatibility_version.idl
+++ b/src/mongo/db/commands/set_feature_compatibility_version.idl
@@ -49,3 +49,8 @@ commands:
downgraded featureCompatibilityVersion."
type: safeBool
optional: true
+ fromConfigServer:
+ description: "A boolean that indicates whether the command is being requested by a
+ config server."
+ type: safeBool
+ optional: true