lib/elasticsearch/api/actions/synonyms/get_synonym_rule.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/synonyms/get_synonym_rule.rb in elasticsearch-api-8.14.0
- old
+ new
@@ -26,10 +26,10 @@
#
# @option arguments [String] :set_id The id of the synonym set to retrieve the synonym rule from
# @option arguments [String] :rule_id The id of the synonym rule to retrieve
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.13/get-synonym-rule.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/get-synonym-rule.html
#
def get_synonym_rule(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'synonyms.get_synonym_rule' }
defined_params = %i[set_id rule_id].each_with_object({}) do |variable, set_variables|