Test Notification
POST /api/notifications/test
POST
/api/notifications/test
Generate a test notification (development only).
Request Body required
Section titled “Request Body required ” TestNotificationRequest
POST /notifications/test request body.
object
title
Title
string
message
Message
string
type
Type
string
priority
Priority
string
Responses
Section titled “ Responses ”Successful Response
TestNotificationResponse
POST /notifications/test response.
object
success
required
Success
boolean
eventId
Eventid
string
message
Message
string
error
Error
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context