Notification Templates
Replace Notification Template
Replace a notification template. All fields are required.
put/notifications/{id}
Path parameters
idstring required
Template ID (nt_ prefix).
Request body
Example request
{
"notification": {
"content": {
"elements": [
{
"channel": "email"
}
]
}
}
}Response
Example response
{
"content": {
"elements": [
{
"channel": "email"
}
]
}
}