summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2021-02-17 06:42:59 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-19 08:51:12 +0000
commita40e23d8613ad123e26112a61e26963909f1fa07 (patch)
tree2d710577f97a465af82713032c263e41601dff68 /src/mongo/db/ops
parent23d05fa8b976208fd5564ace429d90d9f6c93509 (diff)
downloadmongo-a40e23d8613ad123e26112a61e26963909f1fa07.tar.gz
SERVER-54585 Enable running `findAndModify` against the Config server collections
Diffstat (limited to 'src/mongo/db/ops')
-rw-r--r--src/mongo/db/ops/write_ops.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/ops/write_ops.idl b/src/mongo/db/ops/write_ops.idl
index b473499d271..a26460ab10b 100644
--- a/src/mongo/db/ops/write_ops.idl
+++ b/src/mongo/db/ops/write_ops.idl
@@ -84,7 +84,7 @@ structs:
optional: true
writeErrors:
description: "Contains all the errors encoutered."
- type: array<object>
+ type: array<object_owned>
optional: true
InsertReply: