Removed the incorrect info about `_all` default for index in `indices.get_mapping` API

This commit is contained in:
Karel Minarik 2013-09-09 17:49:05 +02:00
parent cb4b04e49f
commit 6cfbd2f7c4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"parts": {
"index": {
"type" : "list",
"description" : "A comma-separated list of index names; use `_all` or empty string for all indices"
"description" : "A comma-separated list of index names"
},
"type": {
"type" : "list",