lib/elasticsearch/api/actions/features/reset_features.rb in elasticsearch-api-8.0.1 vs lib/elasticsearch/api/actions/features/reset_features.rb in elasticsearch-api-8.1.0
- old
+ new
@@ -25,16 +25,17 @@
# to fix any issues, but experimental features are not subject to the
# support SLA of official GA features.
#
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.1/modules-snapshots.html
#
def reset_features(arguments = {})
- arguments = arguments.clone
headers = arguments.delete(:headers) || {}
- body = nil
+ body = nil
+
+ arguments = arguments.clone
method = Elasticsearch::API::HTTP_POST
path = "_features/_reset"
params = {}