Skip to content
Snippets Groups Projects
Commit 4142ac49 authored by Jean-Laurent DUZANT's avatar Jean-Laurent DUZANT
Browse files

FEAT #20284 TIME 0 add new API route externalSignatoryBookReturn/{token} ->...

FEAT #20284 TIME 0 add new API route externalSignatoryBookReturn/{token} -> FastOTPController::getReturnFast()
parent a22b4fd2
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ $app->put('/documents/{id}/actions/{actionId}', \Document\controllers\DocumentCo
$app->get('/documents/{id}/workflow', \Workflow\controllers\WorkflowController::class . ':getByDocumentId');
$app->get('/documents/{id}/workflows/{workflowId}/files/{fileId}', \Workflow\controllers\YousignController::class . ':getByFileId');
$app->get('/documents/{id}/workflows/{workflowId}/files/{fileId}/fastStatus/{fastStatus}', \Workflow\controllers\FastOTPController::class . ':getReturnFast');
$app->get('/externalSignatoryBookReturn/{token}', \Workflow\controllers\FastOTPController::class . ':getReturnFast');
$app->get('/documents/{id}/linkedMailing', \Document\controllers\DocumentController::class . ':getLinkedMailing');
$app->get('/documents/{id}/thumbnails/{page}', \Document\controllers\DocumentController::class . ':getThumbnailContent');
$app->put('/documents/{id}/workflows/interrupt', \Workflow\controllers\WorkflowController::class . ':interrupt');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment