From 5f219bd70fec872471c66ead26a269ffaf5aa5d0 Mon Sep 17 00:00:00 2001 From: Dimitris Athanasiou Date: Fri, 23 Mar 2018 12:31:13 +0000 Subject: [PATCH] [ML][DOCS] Remove empty rules from docs Original commit: elastic/x-pack-elasticsearch@dee88e116154a2dc9bccc6bc655dc00c9a841990 --- docs/en/rest-api/ml/get-job.asciidoc | 1 - docs/en/rest-api/ml/put-job.asciidoc | 1 - docs/en/rest-api/ml/update-job.asciidoc | 1 - 3 files changed, 3 deletions(-) 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 } ],