lib/elasticsearch/api/actions/indices/get_mapping.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/indices/get_mapping.rb in elasticsearch-api-8.12.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.11/indices-get-mapping.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/indices-get-mapping.html # def get_mapping(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || "indices.get_mapping" } defined_params = [:index].inject({}) do |set_variables, variable|