---
title: "Update notification preferences"
method: PATCH
path: "/v1/notifications/preferences"
tags: ["notifications"]
---

# Update notification preferences

`PATCH /v1/notifications/preferences`

## Request body

- object
  - `followed_trader_activity` boolean
  - `copy_trades` boolean
  - `position_moves` boolean
  - `arena_activity` boolean
  - `new_followers` boolean
  - `post_interactions` boolean
  - `clan_activity` boolean
  - `direct_messages` boolean
  - `group_messages` boolean
  - `followed_trader_min_notional` union
    - 0
    - 1000
    - 10000
    - 50000
    - 100000
  - `position_move_thresholds` union[]
    - union
      - 1
      - 5
      - 25
      - 50

## Response `200`

Successful response

- NotificationPreferencesOutput
  - `categories` NotificationCategory[], required
    - `key` string, required
    - `label` string, required
    - `description` string, required
    - `group` string, required
    - `enabled` boolean, required
  - `followed_trader_min_notional` number, required
  - `position_move_thresholds` number[], required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/legend/apis/legend-api.md) · [All operations](https://skmtc.net/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legend/legend-api/versions/34b8f4885f8a/schema)
