notification
Create a notification
post/notification
Request body
Example request
{
"name": "OpenStatus Discord",
"provider": "discord",
"monitors": [
1,
2
]
}Response
Return the created notification
Example response
{
"id": 1,
"name": "OpenStatus Discord",
"provider": "discord",
"monitors": [
1,
2
]
}