summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/rotate_certificates.idl
diff options
context:
space:
mode:
authorSamy Lanka <samy.lanka@mongodb.com>2021-01-21 04:37:02 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-22 06:21:59 +0000
commitc1ca936dcf465e8eb96476b74a944419a791da12 (patch)
tree818c27c7808a59f9c3baac65f4704f86f9fcbad5 /src/mongo/db/commands/rotate_certificates.idl
parentfd90f095a72984fb7095f72092015614372ebea0 (diff)
downloadmongo-c1ca936dcf465e8eb96476b74a944419a791da12.tar.gz
SERVER-52857 Require apiVersion field for all IDL commands
Diffstat (limited to 'src/mongo/db/commands/rotate_certificates.idl')
-rw-r--r--src/mongo/db/commands/rotate_certificates.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/rotate_certificates.idl b/src/mongo/db/commands/rotate_certificates.idl
index 5ebc8e1678f..51bc72b32d9 100644
--- a/src/mongo/db/commands/rotate_certificates.idl
+++ b/src/mongo/db/commands/rotate_certificates.idl
@@ -39,6 +39,7 @@ commands:
description: "An administrative command which rotates the certificates to be used by new SSL connections"
command_name: rotateCertificates
namespace: ignored
+ api_version: ""
fields:
message:
description: "Message to be logged upon successful rotation"