lib/elasticsearch/api/actions/get_script.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/get_script.rb in elasticsearch-api-8.12.0

- old
+ new

@@ -25,10 +25,10 @@ # # @option arguments [String] :id Script ID # @option arguments [Time] :master_timeout Specify timeout for connection to master # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/modules-scripting.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/modules-scripting.html # def get_script(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || "get_script" } defined_params = [:id].inject({}) do |set_variables, variable|