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

# Update notification preferences

`PATCH /notifications/preferences`

Replaces your set of muted event types with the supplied list. Any unknown or non-notifiable types are dropped, and the response returns the muted types that were actually stored.

## Request body

- object
  - `mutedTypes` string[], required

## Response `200`

Stored muted event types (unknown/non-notifiable types dropped)

- object
  - `data` object, required
    - `mutedTypes` string[], required

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2026-06-29** `8f06726ac240` — 2 info
  - api tag `Notifications` added
  - api tag `Public - Notifications` removed
- **2026-06-25** `fd8fb6b29e38` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/notifications/preferences/patch.md)

---

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