notifications
Edit a notification channel
patch/notifications/{id}
Path parameters
idstring required
Request body
Example request
{
"notificationName": "Ops on-call email",
"type": "email",
"address": "alerts@example.com"
}Response
OK
{
"notificationName": "Ops on-call email",
"type": "email",
"address": "alerts@example.com"
}OK