lib/elasticsearch/api/actions/get_script_context.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/get_script_context.rb in elasticsearch-api-8.12.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.11/painless-contexts.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/painless/8.12/painless-contexts.html
#
def get_script_context(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || "get_script_context" }
arguments = arguments.clone