lib/elasticsearch/api/actions/get_script.rb in elasticsearch-api-7.8.1 vs lib/elasticsearch/api/actions/get_script.rb in elasticsearch-api-7.9.0.pre

- old
+ new

@@ -22,11 +22,11 @@ # # @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/7.8/modules-scripting.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.x/modules-scripting.html # def get_script(arguments = {}) raise ArgumentError, "Required argument 'id' missing" unless arguments[:id] headers = arguments.delete(:headers) || {} @@ -48,7 +48,7 @@ # @since 6.2.0 ParamsRegistry.register(:get_script, [ :master_timeout ].freeze) end - end + end end