lib/elasticsearch/api/actions/query_rules/delete_rule.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/query_rules/delete_rule.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -26,10 +26,10 @@
#
# @option arguments [String] :ruleset_id The unique identifier of the query ruleset this rule exists in
# @option arguments [String] :rule_id The unique identifier of the rule to delete.
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/delete-query-rule.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/delete-query-rule.html
#
def delete_rule(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'query_rules.delete_rule' }
defined_params = %i[ruleset_id rule_id].each_with_object({}) do |variable, set_variables|