lib/elasticsearch/api/actions/get_script_context.rb in elasticsearch-api-8.0.0 vs lib/elasticsearch/api/actions/get_script_context.rb in elasticsearch-api-8.0.1
- old
+ new
@@ -23,14 +23,13 @@
# @option arguments [Hash] :headers Custom HTTP headers
#
# @see https://www.elastic.co/guide/en/elasticsearch/painless/master/painless-contexts.html
#
def get_script_context(arguments = {})
+ arguments = arguments.clone
headers = arguments.delete(:headers) || {}
- body = nil
-
- arguments = arguments.clone
+ body = nil
method = Elasticsearch::API::HTTP_GET
path = "_script_context"
params = {}