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 +