Skip to main content

UpdateNotificationPreferencesRequest

Request to replace the current user's notification delivery preferences.

channels object

Allowed value for channels.

dashboardboolean

Whether notifications are delivered to the in-app dashboard feed.

emailboolean

Whether notifications are delivered by email.

categories objectnullable

Per-category channel overrides. Required, and must contain an entry for every notification category with non-null channel preferences; this is a full replacement, not a partial update.

Billing object

Allowed value for billing.

dashboardboolean

Whether notifications are delivered to the in-app dashboard feed.

emailboolean

Whether notifications are delivered by email.

Projects object

Allowed value for projects.

dashboardboolean

Whether notifications are delivered to the in-app dashboard feed.

emailboolean

Whether notifications are delivered by email.

Vms object

Allowed value for vm s.

dashboardboolean

Whether notifications are delivered to the in-app dashboard feed.

emailboolean

Whether notifications are delivered by email.

Network object

Allowed value for network.

dashboardboolean

Whether notifications are delivered to the in-app dashboard feed.

emailboolean

Whether notifications are delivered by email.

Security object

Allowed value for security.

dashboardboolean

Whether notifications are delivered to the in-app dashboard feed.

emailboolean

Whether notifications are delivered by email.

UpdateNotificationPreferencesRequest
{
"channels": {
"dashboard": true,
"email": true
},
"categories": {
"Billing": {
"dashboard": true,
"email": true
},
"Projects": {
"dashboard": true,
"email": true
},
"Vms": {
"dashboard": true,
"email": true
},
"Network": {
"dashboard": true,
"email": true
},
"Security": {
"dashboard": true,
"email": true
}
}
}