v1
latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KBSettings
Update notification settings
Updates notification delivery preferences for the authenticated user in the active team.
put/settings/notifications
Request body
Response
Settings updated successfully
Example response
{
"done": true,
"body": {
"email_notifications_enabled": true,
"popup_notifications_enabled": true,
"show_unread_items_count": true
},
"message": "Operation completed successfully"
}