Fix _bench endpoint specs to have the body on the right level in the json object
This commit is contained in:
parent
34a3e8af35
commit
bceac036af
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue