Fix _bench endpoint specs to have the body on the right level in the json object

This commit is contained in:
Simon Willnauer 2014-04-09 23:16:52 +02:00
parent 34a3e8af35
commit bceac036af
1 changed files with 3 additions and 3 deletions

View File

@ -30,10 +30,10 @@
"type": "boolean",
"description": "Specify whether to return verbose statistics about each iteration (default: false)"
}
},
"body": {
"description": "The search definition using the Query DSL"
}
},
"body": {
"description": "The search definition using the Query DSL"
}
}
}