Orchestrator
Last updated
Last updated
POST /api/orchestrator/differential-indexation HTTP/1.1
Accept: */*
{
"response": true
}POST /api/orchestrator/reindex-document HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 13
{
"id": "text"
}{
"response": true
}POST /api/orchestrator/retry-documents-parsing-error HTTP/1.1
Accept: */*
{
"response": true
}POST /api/orchestrator/count-back-tasks HTTP/1.1
Accept: */*
{
"response": {
"ANY_ADDITIONAL_PROPERTY": 1
}
}POST /api/orchestrator/count-tasks-for-doc HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 13
{
"id": "text"
}{
"response": {
"ANY_ADDITIONAL_PROPERTY": 1
}
}