partially update one existing defaultNotificationTemplate

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Notification Template Details

cURL Example

curl --request PATCH \
     --url https://services.fountain.com/api/servicepulse/defaultNotificationTemplates/identifier \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "mode": "EmailV1",
  "notificationCategory": "activation"
}
'

Response Status Codes