lib/elasticsearch/api/actions/indices/put_settings.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/indices/put_settings.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -34,10 +34,10 @@
# @option arguments [String] :expand_wildcards Whether to expand wildcard expression to concrete indices that are open, closed or both. (options: open, closed, hidden, none, all)
# @option arguments [Boolean] :flat_settings Return settings in flat format (default: false)
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The index settings to be updated (*Required*)
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/indices-update-settings.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/indices-update-settings.html
#
def put_settings(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'indices.put_settings' }
defined_params = [:index].each_with_object({}) do |variable, set_variables|