api_version: A string. Optional. The default value is empty, meaning that the IDL command is not in any API version. Add api_version: "1" to all commands in API Version 1. If in the future a command changes between API Versions, there will be a separate IDL definition for API Version 1, a separate IDL definition for API Version 2, and so on.
is_deprecated: A boolean. Optional. True if this command is deprecated in its API version. The IDL compiler will raise an error if this is set and apiVersion is not set.
- is depended on by
-
SERVER-51377 Enforce that all API V1 command definitions include strict: true
- Closed
-
SERVER-51378 Add "unstable" parameter field to IDL command syntax
- Closed