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

- old
+ new

@@ -26,10 +26,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/8.11/put-enrich-policy-api.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/put-enrich-policy-api.html # def put_policy(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || "enrich.put_policy" } defined_params = [:name].inject({}) do |set_variables, variable|