From 3e743f3813e25ba48ded97f08820d42401e55230 Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 7 Oct 2021 17:35:03 -0700 Subject: [PATCH] [DOCS] Fixes typo in calendar API example --- .../ml/anomaly-detection/apis/get-calendar-event.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ml/anomaly-detection/apis/get-calendar-event.asciidoc b/docs/reference/ml/anomaly-detection/apis/get-calendar-event.asciidoc index 0c44376d33d10..4da5261760182 100644 --- a/docs/reference/ml/anomaly-detection/apis/get-calendar-event.asciidoc +++ b/docs/reference/ml/anomaly-detection/apis/get-calendar-event.asciidoc @@ -159,6 +159,6 @@ period of time: [source,console] -------------------------------------------------- -GET _ml/*/planned-outages/events?start=1635638400000&end=1635724800000 +GET _ml/calendars/planned-outages/events?start=1635638400000&end=1635724800000 -------------------------------------------------- // TEST[skip:setup:calendar_outages_addevent] \ No newline at end of file