Skip to content

Commit 45add77

Browse files
committed
Correct description in kNN search rest spec (#80313)
The `_knn_search` endpoint does not accept an empty `index` parameter. Follow-up to #79013.
1 parent c1f8c64 commit 45add77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/knn_search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"parts":{
2222
"index":{
2323
"type":"list",
24-
"description":"A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices"
24+
"description":"A comma-separated list of index names to search; use `_all` to perform the operation on all indices"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)