summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops
diff options
context:
space:
mode:
authorNicholas Zolnierz <nicholas.zolnierz@mongodb.com>2022-03-08 11:30:06 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-09 16:58:24 +0000
commitab95f71d515bb1307130606870d874a2d8a1d8a3 (patch)
tree9fd1a7386ad23eb6c70225101d70300d014f0ff0 /src/mongo/db/ops
parent8c5b778cd3503153c231f0250dff5e1f24ee92ab (diff)
downloadmongo-ab95f71d515bb1307130606870d874a2d8a1d8a3.tar.gz
SERVER-64040 Add encryptionInformation to findAndModify IDL
Diffstat (limited to 'src/mongo/db/ops')
-rw-r--r--src/mongo/db/ops/write_ops.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/ops/write_ops.idl b/src/mongo/db/ops/write_ops.idl
index cc2ab757c81..1af55794830 100644
--- a/src/mongo/db/ops/write_ops.idl
+++ b/src/mongo/db/ops/write_ops.idl
@@ -526,3 +526,8 @@ commands:
type: object
optional: true
unstable: false
+ encryptionInformation:
+ description: "Encryption Information schema and other tokens for CRUD commands"
+ type: EncryptionInformation
+ optional: true
+ unstable: true