REST: The body is required in the reindex API

This commit is contained in:
Clinton Gormley 2016-03-28 13:14:48 +02:00
parent 579d976e90
commit 647437ce56
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@
}
},
"body": {
"description": "The search definition using the Query DSL and the prototype for the index request."
"description": "The search definition using the Query DSL and the prototype for the index request.",
"required": true
}
}
}