pub async fn unquarantine_handler(
__arg0: State<Arc<MnemoEngine>>,
__arg1: Path<Uuid>,
) -> Result<Json<QuarantineResponse>, AdminError>Expand description
POST /admin/api/unquarantine/:id – release a memory from quarantine.
pub async fn unquarantine_handler(
__arg0: State<Arc<MnemoEngine>>,
__arg1: Path<Uuid>,
) -> Result<Json<QuarantineResponse>, AdminError>POST /admin/api/unquarantine/:id – release a memory from quarantine.