[ML][DOCS] Fix doc error for forecast API

Original commit: elastic/x-pack-elasticsearch@999045d510
This commit is contained in:
Dimitrios Athanasiou 2017-11-28 14:15:40 +00:00
parent 4e25ffad39
commit 84694fa4b4
1 changed files with 1 additions and 3 deletions

View File

@ -38,7 +38,7 @@ forecast. For more information about this property, see <<ml-job-resource>>.
(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 <<ml-job-resource>>.
If set to a value of `0`, the forecast is never automatically deleted.
For more information about time units, see <<time-units>>.
////
==== Authorization
You must have `manage_ml`, or `manage` cluster privileges to use this API.