Send a notification to the client
Notification payload.
sourcestring
typestring
Value in
"info" | "warning" | "success" | "danger"toast
Response Body
application/json
curl -X POST "http://localhost:7172/api/notification" \ -H "Content-Type: application/json" \ -d '{ "source": "string", "type": "info", "toast": { "type": "info", "message": "string" } }'{
"id": "string"
}