diff --git a/docs/en/rest-api/ml/forecast.asciidoc b/docs/en/rest-api/ml/forecast.asciidoc index 3ae58476375..26d29e2615f 100644 --- a/docs/en/rest-api/ml/forecast.asciidoc +++ b/docs/en/rest-api/ml/forecast.asciidoc @@ -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 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 <>. +* The job must be open when you create a forecast. Otherwise, an error occurs. +=============================== ==== Path Parameters