Fixed: body is required in `indices.put_aliases`

This commit is contained in:
Karel Minarik 2013-06-20 15:06:20 +02:00
parent aa503acf2d
commit 059f78e5e6
1 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,9 @@
}
}
},
"body": null
"body": {
"description" : "The operations definition and other configuration",
"required" : true
}
}
}