lib/elasticsearch/api/actions/indices/get_mapping.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/indices/get_mapping.rb in elasticsearch-api-8.9.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.8/indices-get-mapping.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/indices-get-mapping.html # def get_mapping(arguments = {}) arguments = arguments.clone headers = arguments.delete(:headers) || {}