lib/elasticsearch/api/actions/cat/help.rb in elasticsearch-api-7.8.1 vs lib/elasticsearch/api/actions/cat/help.rb in elasticsearch-api-7.9.0.pre

- old
+ new

@@ -23,11 +23,11 @@ # # @option arguments [Boolean] :help Return help information # @option arguments [List] :s Comma-separated list of column names or column aliases to sort by # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/cat.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/cat.html # def help(arguments = {}) headers = arguments.delete(:headers) || {} arguments = arguments.clone @@ -45,9 +45,9 @@ # @since 6.2.0 ParamsRegistry.register(:help, [ :help, :s ].freeze) -end end + end end end