Merge pull request #17503 from Mpdreamz/fix/update-by-query-required-param-rest-spec

index is a required url part for update by query
This commit is contained in:
Martijn Laarman 2016-04-04 16:49:01 +02:00
commit 9fb38f11df

View File

@ -8,6 +8,7 @@
"comment": "most things below this are just copied from search.json",
"parts": {
"index": {
"required" : true,
"type" : "list",
"description" : "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices"
},