lib/elasticsearch/api/actions/machine_learning/put_calendar.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/machine_learning/put_calendar.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -26,10 +26,10 @@
#
# @option arguments [String] :calendar_id The ID of the calendar to create
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The calendar details
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/ml-put-calendar.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/ml-put-calendar.html
#
def put_calendar(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'ml.put_calendar' }
defined_params = [:calendar_id].each_with_object({}) do |variable, set_variables|