Skip to content

Commit d2fdc07

Browse files
Update rest-api-spec
1 parent 2955c32 commit d2fdc07

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

output/schema/schema.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/knn_search.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
"description": "Performs a kNN search."
66
},
77
"stability": "experimental",
8+
"deprecated": {
9+
"version": "8.4.0",
10+
"description": "The kNN search API has been replaced by the `knn` option in the search API."
11+
},
812
"visibility": "public",
913
"headers": {
1014
"accept": ["application/json"],

specification/_json_spec/logstash.get_pipeline.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
},
1212
"url": {
1313
"paths": [
14+
{
15+
"path": "/_logstash/pipeline",
16+
"methods": ["GET"]
17+
},
1418
{
1519
"path": "/_logstash/pipeline/{id}",
1620
"methods": ["GET"],

0 commit comments

Comments
 (0)