Skip to content

Commit

Permalink
Update OpenAPI specs
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
VachaShah authored Jan 8, 2024
1 parent b6bf3fb commit b5e0ef2
Showing 1 changed file with 44 additions and 4 deletions.
48 changes: 44 additions & 4 deletions OpenSearch.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10494,7 +10494,8 @@
"thread_pool",
"transport",
"discovery",
"indexing_pressure"
"indexing_pressure",
"search_pipeline"
],
"x-data-type": "array"
},
Expand Down Expand Up @@ -10634,7 +10635,8 @@
"thread_pool",
"transport",
"discovery",
"indexing_pressure"
"indexing_pressure",
"search_pipeline"
],
"x-data-type": "array"
},
Expand Down Expand Up @@ -11282,7 +11284,8 @@
"thread_pool",
"transport",
"discovery",
"indexing_pressure"
"indexing_pressure",
"search_pipeline"
],
"x-data-type": "array"
},
Expand Down Expand Up @@ -11434,7 +11437,8 @@
"thread_pool",
"transport",
"discovery",
"indexing_pressure"
"indexing_pressure",
"search_pipeline"
],
"x-data-type": "array"
},
Expand Down Expand Up @@ -14875,6 +14879,15 @@
"default": false,
"description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response."
}
},
{
"name": "search_pipeline",
"in": "query",
"description": "Customizable sequence of processing stages applied to search queries.",
"schema": {
"type": "string",
"description": "Customizable sequence of processing stages applied to search queries."
}
}
],
"responses": {
Expand Down Expand Up @@ -15359,6 +15372,15 @@
"default": false,
"description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response."
}
},
{
"name": "search_pipeline",
"in": "query",
"description": "Customizable sequence of processing stages applied to search queries.",
"schema": {
"type": "string",
"description": "Customizable sequence of processing stages applied to search queries."
}
}
],
"responses": {
Expand Down Expand Up @@ -26092,6 +26114,15 @@
"default": false,
"description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response."
}
},
{
"name": "search_pipeline",
"in": "query",
"description": "Customizable sequence of processing stages applied to search queries.",
"schema": {
"type": "string",
"description": "Customizable sequence of processing stages applied to search queries."
}
}
],
"responses": {
Expand Down Expand Up @@ -26595,6 +26626,15 @@
"default": false,
"description": "Indicates whether hits.total should be rendered as an integer or an object in the rest search response."
}
},
{
"name": "search_pipeline",
"in": "query",
"description": "Customizable sequence of processing stages applied to search queries.",
"schema": {
"type": "string",
"description": "Customizable sequence of processing stages applied to search queries."
}
}
],
"responses": {
Expand Down

0 comments on commit b5e0ef2

Please sign in to comment.