deletion of document return status code 204

This commit is contained in:
Uwe Steinmann 2022-12-13 16:28:45 +01:00
parent fbecd128ce
commit f945931298

View File

@ -916,7 +916,7 @@ class SeedDMS_ExtPaperless_RestAPI_Controller { /* {{{ */
$notifier->sendDeleteDocumentMail($document, $userobj);
}
}
return $response->withStatus(200);
return $response->withStatus(204);
} /* }}} */
} /* }}} */