From 84694fa4b43274b4c4a2aaac154e95b460d8396c Mon Sep 17 00:00:00 2001 From: Dimitrios Athanasiou Date: Tue, 28 Nov 2017 14:15:40 +0000 Subject: [PATCH] [ML][DOCS] Fix doc error for forecast API Original commit: elastic/x-pack-elasticsearch@999045d5100a7ee52331817c64f9f156fa6805a6 --- docs/en/rest-api/ml/forecast.asciidoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/en/rest-api/ml/forecast.asciidoc b/docs/en/rest-api/ml/forecast.asciidoc index 80fba759323..820b7c4d79d 100644 --- a/docs/en/rest-api/ml/forecast.asciidoc +++ b/docs/en/rest-api/ml/forecast.asciidoc @@ -38,7 +38,7 @@ forecast. For more information about this property, see <>. (string) Identifier for the job. -==== Query Parameters +==== Request Parameters `duration`:: (time units) A period of time that indicates how far into the future to @@ -52,8 +52,6 @@ forecast. For more information about this property, see <>. If set to a value of `0`, the forecast is never automatically deleted. For more information about time units, see <>. -//// - ==== Authorization You must have `manage_ml`, or `manage` cluster privileges to use this API.