lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-6.2.0 vs lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-6.3.0
- old
+ new
@@ -24,8 +24,14 @@
else
raise e
end
end
end
+
+ # Register this action with its valid params when the module is loaded.
+ #
+ # @since 6.2.0
+ ParamsRegistry.register(:ping, [
+ ].freeze)
end
end
end