From 91ed056f1f8ab62bdc8f42a7bc3ffe3833eaf0d6 Mon Sep 17 00:00:00 2001 From: "m.ilhan" Date: Mon, 6 Oct 2025 11:34:33 +0200 Subject: [PATCH] update --- .../Controllers/AvisoController/AVISOController.vb | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/VERAG_REST_SERVER/Controllers/AvisoController/AVISOController.vb b/VERAG_REST_SERVER/Controllers/AvisoController/AVISOController.vb index d50141d..a03253d 100644 --- a/VERAG_REST_SERVER/Controllers/AvisoController/AVISOController.vb +++ b/VERAG_REST_SERVER/Controllers/AvisoController/AVISOController.vb @@ -741,16 +741,7 @@ Namespace ApiController.Controllers Return PostValue End Function - ''' - ''' Send AVISO_ERSTELLT notification for a specific Aviso and User - ''' - ''' The ID of the Aviso that was created - ''' The username who should receive the notification - ''' OK if notification was sent successfully, or ERROR-Code if something went wrong - ''' Returns 200 if notification is sent successfully - ''' Returns 400 if parameters are invalid - ''' Returns 404 if Aviso is not found - ''' Returns 500 if notification sending failed +