summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/aggregate_command.idl
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@10gen.com>2022-08-25 00:51:20 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-25 01:27:47 +0000
commit17e0097a3a7968fe7cc7d557afa157d1579cef64 (patch)
tree2fb5290a3122a3484aab6d13675786bd45c0336a /src/mongo/db/pipeline/aggregate_command.idl
parent35a3d8f0f2eddfeaad89224e44e7d7d2de60c56f (diff)
downloadmongo-17e0097a3a7968fe7cc7d557afa157d1579cef64.tar.gz
SERVER-68621 Fix internal fields erroneously marked as stable
Diffstat (limited to 'src/mongo/db/pipeline/aggregate_command.idl')
-rw-r--r--src/mongo/db/pipeline/aggregate_command.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/aggregate_command.idl b/src/mongo/db/pipeline/aggregate_command.idl
index d2d78a82029..3381bf366a0 100644
--- a/src/mongo/db/pipeline/aggregate_command.idl
+++ b/src/mongo/db/pipeline/aggregate_command.idl
@@ -266,7 +266,7 @@ commands:
description: "Internal parameter to signal whether v2 resume tokens should be generated."
type: optionalBool
cpp_name: generateV2ResumeTokens
- stability: stable
+ stability: internal
encryptionInformation:
description: "Encryption Information schema and other tokens for CRUD commands"
type: EncryptionInformation