---
title: "Partial Update Notifications Configuration"
method: PATCH
path: "/profile/notifications/"
tags: ["User"]
---

# Partial Update Notifications Configuration

`PATCH /profile/notifications/`

## Request body

- PatchedNotificationSettings
  - `end_scan_emails` 'new_findings' | 'always' | 'started_by' | 'never' | '' — * `new_findings` - New Findings * `always` - Always * `started_by` - Started by * `never` - Never
  - `promotional_topup_notification` boolean — If true, the user gets email of promotional top-up notification Default true
  - `expired_acceptance_findings_notification` boolean — If true, the user gets email of expired acceptance findings notification Default false

## Response `200`

- NotificationSettings
  - `end_scan_emails` 'new_findings' | 'always' | 'started_by' | 'never' | '' — * `new_findings` - New Findings * `always` - Always * `started_by` - Started by * `never` - Never
  - `promotional_topup_notification` boolean — If true, the user gets email of promotional top-up notification Default true
  - `expired_acceptance_findings_notification` boolean — If true, the user gets email of expired acceptance findings notification Default false

## Other responses

- `400`
- `401`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/revisions/e29879bff01b/schema)
