From 6631e0fd288b9f84768a3489cf9fd01d17b66031 Mon Sep 17 00:00:00 2001 From: pquentin <42327+pquentin@users.noreply.github.com> Date: Tue, 12 Aug 2025 04:11:31 +0000 Subject: [PATCH] Update rest-api-spec --- output/schema/validation-errors.json | 15 +-------------- specification/_json_spec/bulk.json | 4 ---- specification/_json_spec/ml.stop_datafeed.json | 6 ------ 3 files changed, 1 insertion(+), 24 deletions(-) diff --git a/output/schema/validation-errors.json b/output/schema/validation-errors.json index 4af1496827..f6fab219e8 100644 --- a/output/schema/validation-errors.json +++ b/output/schema/validation-errors.json @@ -1,17 +1,4 @@ { - "endpointErrors": { - "bulk": { - "request": [ - "Request: missing json spec query parameter 'type'" - ], - "response": [] - }, - "ml.stop_datafeed": { - "request": [ - "Request: missing json spec query parameter 'allow_no_datafeeds'" - ], - "response": [] - } - }, + "endpointErrors": {}, "generalErrors": [] } \ No newline at end of file diff --git a/specification/_json_spec/bulk.json b/specification/_json_spec/bulk.json index c22c761f1a..59ba631e52 100644 --- a/specification/_json_spec/bulk.json +++ b/specification/_json_spec/bulk.json @@ -46,10 +46,6 @@ "type": "time", "description": "Explicit operation timeout" }, - "type": { - "type": "string", - "description": "Default document type for items which don't provide one" - }, "_source": { "type": "list", "description": "True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request" diff --git a/specification/_json_spec/ml.stop_datafeed.json b/specification/_json_spec/ml.stop_datafeed.json index 316c0dd24f..b3faacb438 100644 --- a/specification/_json_spec/ml.stop_datafeed.json +++ b/specification/_json_spec/ml.stop_datafeed.json @@ -30,12 +30,6 @@ "required": false, "description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)" }, - "allow_no_datafeeds": { - "type": "boolean", - "required": false, - "description": "Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)", - "deprecated": true - }, "force": { "type": "boolean", "required": false,