Skip to main content
PATCH
Update a notification setting for a specific email type. If no custom setting exists yet, it will be created. All fields are optional.

Path Parameters

string
required
The notification type ID to update settings for.

Body Parameters

boolean
Enable or disable this notification.
string | null
Custom email subject line. Set to null to revert to default.
string | null
Custom email body content. Set to null to revert to default.

Response

Returns the updated notification setting object. Same structure as items in the List Notification Settings response.