lib/elasticsearch/api/actions/get_script_context.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/get_script_context.rb in elasticsearch-api-8.9.0
- old
+ new
@@ -23,10 +23,10 @@
module Actions
# Returns all script contexts.
#
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/painless/8.8/painless-contexts.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/painless/8.9/painless-contexts.html
#
def get_script_context(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}