From 6d8113744e68c643623c5a8305995a2275758bf3 Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Mon, 6 Jan 2025 16:47:37 +0000 Subject: [PATCH] Update specification output --- output/openapi/elasticsearch-openapi.json | 4 ++-- output/schema/schema.json | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/output/openapi/elasticsearch-openapi.json b/output/openapi/elasticsearch-openapi.json index 348471e7f5..abcb815e05 100644 --- a/output/openapi/elasticsearch-openapi.json +++ b/output/openapi/elasticsearch-openapi.json @@ -23137,9 +23137,9 @@ "/_ml/anomaly_detectors/_validate": { "post": { "tags": [ - "ml" + "ml anomaly" ], - "summary": "Validates an anomaly detection job", + "summary": "Validate an anomaly detection job", "operationId": "ml-validate", "requestBody": { "content": { diff --git a/output/schema/schema.json b/output/schema/schema.json index ba9b24d03c..4771655be7 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -12967,7 +12967,8 @@ "visibility": "private" } }, - "description": "Validates an anomaly detection job.", + "description": "Validate an anomaly detection job.", + "docTag": "ml anomaly", "docUrl": "https://www.elastic.co/guide/en/machine-learning/current/ml-jobs.html", "name": "ml.validate", "request": { @@ -176658,7 +176659,7 @@ } ] }, - "description": "Validates an anomaly detection job.", + "description": "Validate an anomaly detection job.", "inherits": { "type": { "name": "RequestBase", @@ -176671,7 +176672,7 @@ }, "path": [], "query": [], - "specLocation": "ml/validate/MlValidateJobRequest.ts#L27-L44" + "specLocation": "ml/validate/MlValidateJobRequest.ts#L27-L46" }, { "kind": "response",