Skip to content

Commit

Permalink
Rest API: indices.delete should have "index" as a required param
Browse files Browse the repository at this point in the history
  • Loading branch information
clintongormley committed Nov 10, 2014
1 parent ba621ee commit f9810e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rest-api-spec/api/indices.delete.json
Expand Up @@ -8,6 +8,7 @@
"parts": {
"index": {
"type" : "list",
"required" : true,
"description" : "A comma-separated list of indices to delete; use `_all` or `*` string to delete all indices"
}
},
Expand Down

0 comments on commit f9810e5

Please sign in to comment.