update
This commit is contained in:
@@ -741,16 +741,7 @@ Namespace ApiController.Controllers
|
|||||||
Return PostValue
|
Return PostValue
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
''' <summary>
|
|
||||||
''' Send AVISO_ERSTELLT notification for a specific Aviso and User
|
|
||||||
''' </summary>
|
|
||||||
''' <param name="avisoId">The ID of the Aviso that was created</param>
|
|
||||||
''' <param name="username">The username who should receive the notification</param>
|
|
||||||
''' <returns>OK if notification was sent successfully, or ERROR-Code if something went wrong</returns>
|
|
||||||
''' <response code="200">Returns 200 if notification is sent successfully</response>
|
|
||||||
''' <response code="400">Returns 400 if parameters are invalid</response>
|
|
||||||
''' <response code="404">Returns 404 if Aviso is not found</response>
|
|
||||||
''' <response code="500">Returns 500 if notification sending failed</response>
|
|
||||||
<ApiVersion("1")>
|
<ApiVersion("1")>
|
||||||
<System.Web.Http.Route("api/v{version:apiVersion}/sendAvisoErstelltNotification")>
|
<System.Web.Http.Route("api/v{version:apiVersion}/sendAvisoErstelltNotification")>
|
||||||
<BasicAuthentication>
|
<BasicAuthentication>
|
||||||
|
|||||||
Reference in New Issue
Block a user