From 62584f9a586c5a41c6515216faea5bfdfaa60a8e Mon Sep 17 00:00:00 2001 From: David Olaru Date: Mon, 6 Nov 2023 16:08:11 +0000 Subject: [PATCH] Revert changes to serverless API spec --- output/openapi/elasticsearch-serverless-openapi.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index 8110e57187..1ee2465747 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -11403,13 +11403,6 @@ "items": { "type": "string" } - }, - "scores": { - "description": "The optional vocabulary value scores if required by the tokenizer.", - "type": "array", - "items": { - "type": "number" - } } }, "required": [ @@ -44776,7 +44769,7 @@ "type": "object", "properties": { "limit": { - "description": "[preview] This functionality is in technical preview and may be changed or removed in a future release.\nElastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.", + "description": "[preview] This functionality is in technical preview and may be changed or removed in a future release. Elastic will\napply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.", "type": "number" } }