REST: The body is required in the reindex API
This commit is contained in:
parent
579d976e90
commit
647437ce56
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue