lib/elasticsearch/api/actions/machine_learning/put_calendar.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/machine_learning/put_calendar.rb in elasticsearch-api-8.14.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.13/ml-put-calendar.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/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|