[DOCS] Added requirement to forecast API

Original commit: elastic/x-pack-elasticsearch@3f1360ca2b
This commit is contained in:
lcawley 2017-11-23 15:53:21 -08:00
parent 1f808ad580
commit 4d24748170

View File

@ -24,8 +24,13 @@ Each time you call the API, it generates a new forecast and returns a unique ID.
Existing forecasts for the same job are not overwritten. You can use the forecast Existing forecasts for the same job are not overwritten. You can use the forecast
ID to distinguish between forecasts that you generated at different times. ID to distinguish between forecasts that you generated at different times.
NOTE: If you use an `over_field_name` property in your job, you cannot create a [NOTE]
===============================
* If you use an `over_field_name` property in your job, you cannot create a
forecast. For more information about this property, see <<ml-job-resource>>. forecast. For more information about this property, see <<ml-job-resource>>.
* The job must be open when you create a forecast. Otherwise, an error occurs.
===============================
==== Path Parameters ==== Path Parameters