lib/elasticsearch/xpack/api/actions/enrich/put_policy.rb in elasticsearch-xpack-7.9.0 vs lib/elasticsearch/xpack/api/actions/enrich/put_policy.rb in elasticsearch-xpack-7.10.0.pre

- old
+ new

@@ -24,10 +24,10 @@ # # @option arguments [String] :name The name of the enrich policy # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body The enrich policy to register (*Required*) # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/put-enrich-policy-api.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/put-enrich-policy-api.html # def put_policy(arguments = {}) raise ArgumentError, "Required argument 'body' missing" unless arguments[:body] raise ArgumentError, "Required argument 'name' missing" unless arguments[:name]