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