v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Settings

Update notification settings

Updates notification delivery preferences for the authenticated user in the active team.

put/settings/notifications

Request body

email_notifications_enabledboolean
popup_notifications_enabledboolean
show_unread_items_countboolean
daily_digest_enabledboolean

Response

Settings updated successfully

doneboolean required

Indicates if the operation was successful

titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "body": {
    "email_notifications_enabled": true,
    "popup_notifications_enabled": true,
    "show_unread_items_count": true
  },
  "message": "Operation completed successfully"
}