Updates the notification structure for an existing template.
PUT {{baseUrl}}/v2.1/accounts/{{accountId}}/templates/{{templateId}}/notification
Updates the notification structure for an existing template. Use this endpoint to set reminder and expiration notifications.
Request Body
{"password"=>"sample string 1", "useAccountDefaults"=>"sample string 2", "reminders"=>{"reminderEnabled"=>"sample string 1", "reminderDelay"=>"sample string 2", "reminderFrequency"=>"sample string 3"}, "expirations"=>{"expireEnabled"=>"sample string 1", "expireAfter"=>"sample string 2", "expireWarn"=>"sample string 3"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |