---
title: "POST /settings"
method: POST
path: "/settings"
---

# POST /settings

`POST /settings`

Update the current user's notification settings.

## Request body

- NotificationSettings
  - `channels` ChannelSetting[], required
    - `id` string, required
    - `enabled` boolean
    - `origins` OriginSetting[], required
      - `id` string, required
      - `enabled` boolean, required
      - `topics` TopicSetting[]
        - `id` string, required
        - `enabled` boolean, required

## Response `200`

Effective notification settings for the user.

- NotificationSettings
  - `channels` ChannelSetting[], required
    - `id` string, required
    - `enabled` boolean
    - `origins` OriginSetting[], required
      - `id` string, required
      - `enabled` boolean, required
      - `topics` TopicSetting[]
        - `id` string, required
        - `enabled` boolean, required

## Other responses

- `default` — An error response from the backend.

---

[API](https://skmtc.dev/backstage/apis/notifications.md) · [All operations](https://skmtc.dev/backstage/apis/notifications/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/backstage/notifications/revisions/a6a1f260951b/schema)
