---
title: "Update Push Preferences"
method: PATCH
path: "/notifications/push-preferences"
tags: ["notifications", "notifications"]
---

# Update Push Preferences

`PATCH /notifications/push-preferences`

Update current user's notification preferences (partial).

## Headers

- `authorization` string, nullable

## Request body

- PushPreferencesUpdate — Notification preferences update request (partial). The booleans are PUSH categories; `school_email` is the school EMAIL channel and is a mode, not a boolean — "off" and "batch it into one a day" are different answers and collapsing them loses the middle one.
  - `practice_reminders` boolean, nullable
  - `messages` boolean, nullable
  - `calls` boolean, nullable
  - `community` boolean, nullable
  - `school` boolean, nullable
  - `school_email` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/78f314acd8bf/schema)
