Public
Rerun Documents
post/v1/rerun_documents/
Request body
Example request
{
"doc_ids": [
123,
456
]
}Response
Successful Response
Example response
{
"errors": [
{
"error_code": "TASK_NOT_FOUND",
"error_type": "invalid_id",
"id_type": "task_id"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.