From fc18fb71fd6fcea3cadf0da101fbf640911468b7 Mon Sep 17 00:00:00 2001 From: Xtansia Date: Fri, 19 Apr 2024 03:13:31 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20opensear?= =?UTF-8?q?ch-project/opensearch-api-specification@fe6f977bcae4e27a2b261fb?= =?UTF-8?q?9599884df5606c0bc=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opensearch-openapi.yaml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/opensearch-openapi.yaml b/opensearch-openapi.yaml index 4f9652931..a8807e182 100644 --- a/opensearch-openapi.yaml +++ b/opensearch-openapi.yaml @@ -5309,6 +5309,22 @@ paths: responses: '200': $ref: '#/components/responses/search@200' + /_search/pipeline: + get: + operationId: search_pipeline.get.0 + x-operation-group: search_pipeline.get + x-version-added: '2.9' + description: Retrieves information about a specified search pipeline. + parameters: + - $ref: '#/components/parameters/search_pipeline.get::query.cluster_manager_timeout' + - $ref: '#/components/parameters/_global::query.pretty' + - $ref: '#/components/parameters/_global::query.human' + - $ref: '#/components/parameters/_global::query.error_trace' + - $ref: '#/components/parameters/_global::query.source' + - $ref: '#/components/parameters/_global::query.filter_path' + responses: + '200': + $ref: '#/components/responses/search_pipeline.get@200' /_search/pipeline/{id}: delete: operationId: search_pipeline.delete.0 @@ -5328,7 +5344,7 @@ paths: '200': $ref: '#/components/responses/search_pipeline.delete@200' get: - operationId: search_pipeline.get.0 + operationId: search_pipeline.get.1 x-operation-group: search_pipeline.get x-version-added: '2.9' description: Retrieves information about a specified search pipeline. @@ -17369,6 +17385,7 @@ components: search_pipeline.delete::path.id: name: id in: path + description: Pipeline ID. schema: type: string required: true @@ -17401,6 +17418,7 @@ components: search_pipeline.put::path.id: name: id in: path + description: Pipeline ID. schema: type: string required: true