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

- old
+ new

@@ -30,10 +30,10 @@ # # @option arguments [String] :set_id The id of the synonym set to be updated # @option arguments [String] :rule_id The id of the synonym rule to be deleted # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/delete-synonym-rule.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/delete-synonym-rule.html # def delete_synonym_rule(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || "synonyms.delete_synonym_rule" } defined_params = [:set_id, :rule_id].inject({}) do |set_variables, variable|