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": {
|
"parts": {
|
||||||
"index": {
|
"index": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
|
"required" : true,
|
||||||
"description" : "The name of the index with an alias"
|
"description" : "The name of the index with an alias"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
|
"required" : true,
|
||||||
"description" : "The name of the alias to be created or updated"
|
"description" : "The name of the alias to be created or updated"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue