From eabe414a83f272d55195344bd6189c03a69efe1f Mon Sep 17 00:00:00 2001 From: Elastic Machine Date: Thu, 11 Apr 2024 14:33:48 +0000 Subject: [PATCH] Update specification output --- .../elasticsearch-serverless-openapi.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/output/openapi/elasticsearch-serverless-openapi.json b/output/openapi/elasticsearch-serverless-openapi.json index a26f4519ff..2e6fcffdf3 100644 --- a/output/openapi/elasticsearch-serverless-openapi.json +++ b/output/openapi/elasticsearch-serverless-openapi.json @@ -8737,6 +8737,9 @@ "parameters": [ { "$ref": "#/components/parameters/inference.inference#inference_id" + }, + { + "$ref": "#/components/parameters/inference.inference#timeout" } ], "requestBody": { @@ -8838,6 +8841,9 @@ }, { "$ref": "#/components/parameters/inference.inference#inference_id" + }, + { + "$ref": "#/components/parameters/inference.inference#timeout" } ], "requestBody": { @@ -24572,6 +24578,16 @@ }, "style": "simple" }, + "inference.inference#timeout": { + "in": "query", + "name": "timeout", + "description": "Specifies the amount of time to wait for the inference request to complete.", + "deprecated": false, + "schema": { + "$ref": "#/components/schemas/_types:Duration" + }, + "style": "form" + }, "inference.put_model#task_type": { "in": "path", "name": "task_type",