---
title: "Update an existing notification"
method: PATCH
path: "/notifications/{notification_id}/"
tags: ["Notifications"]
---

# Update an existing notification

`PATCH /notifications/{notification_id}/`

## Path parameters

- `notification_id` string, required

## Request body

- Notification
  - `fail` boolean
  - `success` boolean
  - `initial` boolean
  - `pre_initial` boolean
  - `pre` boolean
  - `one_day` boolean
  - `three_days` boolean
  - `five_days` boolean
  - `seven_days` boolean
  - `assignment` integer

## Response `201`

Created

---

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