Removed the incorrect info about `_all` default for index in `indices.get_mapping` API
This commit is contained in:
parent
cb4b04e49f
commit
6cfbd2f7c4
|
@ -8,7 +8,7 @@
|
||||||
"parts": {
|
"parts": {
|
||||||
"index": {
|
"index": {
|
||||||
"type" : "list",
|
"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": {
|
||||||
"type" : "list",
|
"type" : "list",
|
||||||
|
|
Loading…
Reference in New Issue