---
title: "Update my notification settings"
method: PUT
path: "/api/v1/users/me/notification-settings"
tags: ["My Notifications"]
---

# Update my notification settings

`PUT /api/v1/users/me/notification-settings`

## Request body

- object
  - `abuseAsModerator` integer — Notification type. One of the following values, or a sum of multiple values: - `0` NONE - `1` WEB - `2` EMAIL
  - `autoInstanceFollowing` integer — Notification type. One of the following values, or a sum of multiple values: - `0` NONE - `1` WEB - `2` EMAIL
  - `blacklistOnMyVideo` integer — Notification type. One of the following values, or a sum of multiple values: - `0` NONE - `1` WEB - `2` EMAIL
  - `commentMention` integer — Notification type. One of the following values, or a sum of multiple values: - `0` NONE - `1` WEB - `2` EMAIL
  - `myVideoImportFinished` integer — Notification type. One of the following values, or a sum of multiple values: - `0` NONE - `1` WEB - `2` EMAIL
  - `myVideoPublished` integer — Notification type. One of the following values, or a sum of multiple values: - `0` NONE - `1` WEB - `2` EMAIL
  - `newCommentOnMyVideo` integer — Notification type. One of the following values, or a sum of multiple values: - `0` NONE - `1` WEB - `2` EMAIL
  - `newFollow` integer — Notification type. One of the following values, or a sum of multiple values: - `0` NONE - `1` WEB - `2` EMAIL
  - `newInstanceFollower` integer — Notification type. One of the following values, or a sum of multiple values: - `0` NONE - `1` WEB - `2` EMAIL
  - `newUserRegistration` integer — Notification type. One of the following values, or a sum of multiple values: - `0` NONE - `1` WEB - `2` EMAIL
  - `newVideoFromSubscription` integer — Notification type. One of the following values, or a sum of multiple values: - `0` NONE - `1` WEB - `2` EMAIL
  - `videoAutoBlacklistAsModerator` integer — Notification type. One of the following values, or a sum of multiple values: - `0` NONE - `1` WEB - `2` EMAIL

## Response `204`

successful operation

---

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