---
title: "Update Notification Settings"
method: PATCH
path: "/cabinet/notifications"
tags: ["Cabinet Notifications"]
---

# Update Notification Settings

`PATCH /cabinet/notifications`

Update user's notification settings.

## Request body

- NotificationSettingsUpdate — Update notification settings.
  - `subscription_expiry_enabled` boolean, nullable
  - `subscription_expiry_days` integer, nullable
  - `traffic_warning_enabled` boolean, nullable
  - `traffic_warning_percent` integer, nullable
  - `balance_low_enabled` boolean, nullable
  - `balance_low_threshold` integer, nullable
  - `news_enabled` boolean, nullable
  - `promo_offers_enabled` boolean, nullable

## Response `200`

Successful Response

- NotificationSettingsResponse — User notification settings.
  - `subscription_expiry_enabled` boolean
  - `subscription_expiry_days` integer
  - `traffic_warning_enabled` boolean
  - `traffic_warning_percent` integer
  - `balance_low_enabled` boolean
  - `balance_low_threshold` integer
  - `news_enabled` boolean
  - `promo_offers_enabled` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api.md) · [All operations](https://skmtc.net/bedolagam/apis/remnawave-bot-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bedolagam/remnawave-bot-admin-api/revisions/45956d1b13ec/schema)
