lib/elasticsearch/api/actions/indices/get_mapping.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/indices/get_mapping.rb in elasticsearch-api-8.14.0

- old
+ new

@@ -30,10 +30,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 [Time] :master_timeout Specify timeout for connection to master # @option arguments [Boolean] :local Return local information, do not retrieve the state from master node (default: false) *Deprecated* # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.13/indices-get-mapping.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/indices-get-mapping.html # def get_mapping(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'indices.get_mapping' } defined_params = [:index].each_with_object({}) do |variable, set_variables|