lib/elasticsearch/api/actions/synonyms/get_synonyms_sets.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/synonyms/get_synonyms_sets.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -26,10 +26,10 @@
#
# @option arguments [Integer] :from Starting offset
# @option arguments [Integer] :size specifies a max number of results to get
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/list-synonyms-sets.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/list-synonyms-sets.html
#
def get_synonyms_sets(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'synonyms.get_synonyms_sets' }
arguments = arguments.clone