Added, that `index` and `name` are required for `indices.put_alias`
This commit is contained in:
parent
a276671f86
commit
b1e8e21fb6
|
@ -8,10 +8,12 @@
|
|||
"parts": {
|
||||
"index": {
|
||||
"type" : "string",
|
||||
"required" : true,
|
||||
"description" : "The name of the index with an alias"
|
||||
},
|
||||
"name": {
|
||||
"type" : "string",
|
||||
"required" : true,
|
||||
"description" : "The name of the alias to be created or updated"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue