---
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

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
