---
title: "Update Notification Options"
method: PATCH
path: "/Notification/Options"
tags: ["Notification"]
---

# Update Notification Options

`PATCH /Notification/Options`

**Auth:** Authenticated - any signed-in user.

Update the notification options for the current user.

## Request body

- PatchNotificationOptionsRequest
  - `notificationOptions` NotificationOptions
    - `id` integer
    - `identifier` string, required
    - `accidentReporting` boolean
    - `catering` boolean
    - `detailsChecker` boolean
    - `leaveTracking` boolean
    - `parentsEvening` boolean
    - `pdfDownload` boolean
    - `professionalDevelopment` boolean
    - `projectManagement` boolean
    - `rewards` boolean
    - `sanctions` boolean
    - `send` boolean
    - `studyLeave` boolean
    - `weekendLeave` boolean
    - `events` boolean
    - `externalSpeaker` boolean
    - `reviewOfResultsForm` boolean

## Response `200`

Success - options updated

- PatchNotificationOptionsResponse
  - `notificationOptions` NotificationOptions
    - `id` integer
    - `identifier` string, required
    - `accidentReporting` boolean
    - `catering` boolean
    - `detailsChecker` boolean
    - `leaveTracking` boolean
    - `parentsEvening` boolean
    - `pdfDownload` boolean
    - `professionalDevelopment` boolean
    - `projectManagement` boolean
    - `rewards` boolean
    - `sanctions` boolean
    - `send` boolean
    - `studyLeave` boolean
    - `weekendLeave` boolean
    - `events` boolean
    - `externalSpeaker` boolean
    - `reviewOfResultsForm` boolean

## Other responses

- `400` — An Error Occurred - Could not update notification options
- `401` — Unauthorized - User not found

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
