lib/elasticsearch/api/actions/indices/delete.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/indices/delete.rb in elasticsearch-api-8.15.0
- old
+ new
@@ -30,10 +30,10 @@
# @option arguments [Boolean] :ignore_unavailable Ignore unavailable indexes (default: false)
# @option arguments [Boolean] :allow_no_indices Ignore if a wildcard expression resolves to no concrete indices (default: false)
# @option arguments [String] :expand_wildcards Whether wildcard expressions should get expanded to open, closed, or hidden indices (options: open, closed, hidden, none, all)
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/indices-delete-index.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/indices-delete-index.html
#
def delete(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'indices.delete' }
defined_params = [:index].each_with_object({}) do |variable, set_variables|