summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/rwc_defaults_commands.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/rwc_defaults_commands.idl')
-rw-r--r--src/mongo/db/commands/rwc_defaults_commands.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/commands/rwc_defaults_commands.idl b/src/mongo/db/commands/rwc_defaults_commands.idl
index 8b9997b03a1..87ef62adc4b 100644
--- a/src/mongo/db/commands/rwc_defaults_commands.idl
+++ b/src/mongo/db/commands/rwc_defaults_commands.idl
@@ -59,6 +59,7 @@ commands:
description: "Set the current read/write concern defaults (cluster-wide)"
command_name: setDefaultRWConcern
namespace: ignored
+ api_version: ""
fields:
defaultReadConcern:
description: "The new default read concern"
@@ -73,6 +74,7 @@ commands:
description: "Get the current read/write concern defaults being applied by this node"
command_name: getDefaultRWConcern
namespace: ignored
+ api_version: ""
fields:
inMemory:
type: bool