lib/elasticsearch/api/actions/get_script_context.rb in elasticsearch-api-7.16.3 vs lib/elasticsearch/api/actions/get_script_context.rb in elasticsearch-api-7.17.0

- old
+ new

@@ -20,10 +20,10 @@ module Actions # Returns all script contexts. # # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/painless/7.16/painless-contexts.html + # @see https://www.elastic.co/guide/en/elasticsearch/painless/7.17/painless-contexts.html # def get_script_context(arguments = {}) headers = arguments.delete(:headers) || {} arguments = arguments.clone