Removed the incorrect "required" for index in the `_settings` API
This commit is contained in:
parent
b045fc4a72
commit
e6c54e71f2
|
@ -8,7 +8,6 @@
|
||||||
"parts": {
|
"parts": {
|
||||||
"index": {
|
"index": {
|
||||||
"type" : "list",
|
"type" : "list",
|
||||||
"required" : true,
|
|
||||||
"description" : "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices"
|
"description" : "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue