lib/elasticsearch/api/actions/cluster/put_component_template.rb in elasticsearch-api-7.7.0.pre vs lib/elasticsearch/api/actions/cluster/put_component_template.rb in elasticsearch-api-7.7.0
- old
+ new
@@ -13,10 +13,10 @@
# @option arguments [Time] :timeout Explicit operation timeout
# @option arguments [Time] :master_timeout Specify timeout for connection to master
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The template definition (*Required*)
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-component-templates.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/indices-component-templates.html
#
def put_component_template(arguments = {})
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]