summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanika Phanse <sanika.phanse@mongodb.com>2022-11-14 22:58:26 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-11-15 00:32:54 +0000
commit9df5aa2518b9f032b44fa4bbeacfa8ff8a08561b (patch)
treebd8817485f36aa1d45d3c7ebabac27d3ad80473e
parent1364eafa63bbd03723b99f533642d979c65d782e (diff)
downloadmongo-9df5aa2518b9f032b44fa4bbeacfa8ff8a08561b.tar.gz
SERVER-71341 Add strict: false to _clusterCommandsWithoutShardKey responses idl
-rw-r--r--src/mongo/s/request_types/cluster_commands_without_shard_key.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/s/request_types/cluster_commands_without_shard_key.idl b/src/mongo/s/request_types/cluster_commands_without_shard_key.idl
index d0ef24a6781..87653c2fbc5 100644
--- a/src/mongo/s/request_types/cluster_commands_without_shard_key.idl
+++ b/src/mongo/s/request_types/cluster_commands_without_shard_key.idl
@@ -36,6 +36,7 @@ structs:
clusterQueryWithoutShardKeyResponse:
description: "The response for the '_clusterQueryWithoutShardKeyFind' command."
is_command_reply: true
+ strict: false
fields:
targetDoc:
description: >-
@@ -50,6 +51,7 @@ structs:
clusterWriteWithoutShardKeyResponse:
description: "The response for the '_clusterWriteWithoutShardKeyFind' command."
is_command_reply: true
+ strict: false
fields:
response:
description: "Response of the write command."