lib/elasticsearch/api/actions/info.rb in elasticsearch-api-6.2.0 vs lib/elasticsearch/api/actions/info.rb in elasticsearch-api-6.3.0

- old
+ new

@@ -12,8 +12,14 @@ params = {} body = nil perform_request(method, path, params, body).body end + + # Register this action with its valid params when the module is loaded. + # + # @since 6.2.0 + ParamsRegistry.register(:info, [ + ].freeze) end end end