---
title: "Update the email notification settings for this user"
method: PATCH
path: "/me/notifications"
tags: ["email"]
---

# Update the email notification settings for this user

`PATCH /me/notifications`

## Request body

- object — Notification settings
  - `announcements` string
  - `bg_jobs` string, nullable
  - `release_notes` string, nullable

## Response `200`

Succeeded

- object — Notification settings
  - `data` object, required — Notification settings
    - `announcements` string, nullable, required
    - `bg_jobs` string, nullable, required
    - `release_notes` string, nullable, required

## Other responses

- `400` — Bad request
- `default` — Other error

---

[API](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api.md) · [All operations](https://skmtc.dev/matlantis/apis/matlantis-web-ui-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/matlantis/matlantis-web-ui-backend-api/revisions/b155f3a32673/schema)
