Skip to content

Commit

Permalink
Deploying to gh-pages from @ fe6f977 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtansia committed Apr 19, 2024
1 parent 0965ae0 commit fc18fb7
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion opensearch-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down Expand Up @@ -17369,6 +17385,7 @@ components:
search_pipeline.delete::path.id:
name: id
in: path
description: Pipeline ID.
schema:
type: string
required: true
Expand Down Expand Up @@ -17401,6 +17418,7 @@ components:
search_pipeline.put::path.id:
name: id
in: path
description: Pipeline ID.
schema:
type: string
required: true
Expand Down

0 comments on commit fc18fb7

Please sign in to comment.