---
title: "Set notification preferences (batch)"
method: POST
path: "/notifications/preferences"
tags: ["notifications", "preferences"]
---

# Set notification preferences (batch)

`POST /notifications/preferences`

Upserts the full preferences vector for the authenticated user.

## Request body

- PreferencesSetPreferencesInput
  - `preferences` PreferencesTypePreferenceUpdate[], nullable, required
    - `channels` PreferencesChannelUpdate
      - `desktop` boolean, nullable
      - `email` boolean, nullable
    - `type` string, required

## Response `200`

OK

- PreferencesGetPreferencesOutput
  - `data` PreferencesView[], nullable
    - `channels` PreferencesChannelStates
      - `desktop` boolean
      - `email` boolean
    - `type` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
