Fixed: body is required in `indices.put_aliases`
This commit is contained in:
parent
aa503acf2d
commit
059f78e5e6
|
@ -14,6 +14,9 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"body": null
|
||||
"body": {
|
||||
"description" : "The operations definition and other configuration",
|
||||
"required" : true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue