lib/elasticsearch/api/actions/machine_learning/put_calendar.rb in elasticsearch-api-8.1.2 vs lib/elasticsearch/api/actions/machine_learning/put_calendar.rb in elasticsearch-api-8.2.0
- old
+ new
@@ -23,10 +23,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.1/ml-put-calendar.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.2/ml-put-calendar.html
#
def put_calendar(arguments = {})
raise ArgumentError, "Required argument 'calendar_id' missing" unless arguments[:calendar_id]
arguments = arguments.clone