diff --git a/docs/en/rest-api/ml/get-job.asciidoc b/docs/en/rest-api/ml/get-job.asciidoc index d6d6187c28d..c606cc5ad40 100644 --- a/docs/en/rest-api/ml/get-job.asciidoc +++ b/docs/en/rest-api/ml/get-job.asciidoc @@ -80,7 +80,6 @@ The API returns the following results: "detector_description": "Sum of total", "function": "sum", "field_name": "total", - "rules": [ ], "detector_index": 0 } ], diff --git a/docs/en/rest-api/ml/put-job.asciidoc b/docs/en/rest-api/ml/put-job.asciidoc index b0797962b74..62d15acf053 100644 --- a/docs/en/rest-api/ml/put-job.asciidoc +++ b/docs/en/rest-api/ml/put-job.asciidoc @@ -121,7 +121,6 @@ When the job is created, you receive the following results: "detector_description": "Sum of total", "function": "sum", "field_name": "total", - "rules": [], "detector_index": 0 } ], diff --git a/docs/en/rest-api/ml/update-job.asciidoc b/docs/en/rest-api/ml/update-job.asciidoc index 7f4b5a7a2ca..ebb41523de0 100644 --- a/docs/en/rest-api/ml/update-job.asciidoc +++ b/docs/en/rest-api/ml/update-job.asciidoc @@ -134,7 +134,6 @@ information, including the updated property values. For example: "detector_description": "Sum of total", "function": "sum", "field_name": "total", - "rules": [], "detector_index": 0 } ],