lib/elasticsearch/api/actions/synonyms/put_synonym.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/synonyms/put_synonym.rb in elasticsearch-api-8.15.0
- old
+ new
@@ -26,10 +26,10 @@
#
# @option arguments [String] :id The id of the synonyms set to be created or updated
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body Synonyms set rules (*Required*)
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/put-synonyms-set.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/put-synonyms-set.html
#
def put_synonym(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'synonyms.put_synonym' }
defined_params = [:id].each_with_object({}) do |variable, set_variables|