mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 22:09:24 +00:00
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…
x
Reference in New Issue
Block a user