---
title: "Updates notifications"
method: POST
path: "/api/notification/update"
tags: ["notification"]
---

# Updates notifications

`POST /api/notification/update`

Updates any changes in the notifications

## Response `200`

OK

- ApiHTTPPlainResp
  - `message` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2026-07-17** `7d8933ea23d5` — 2 warning, 1 info
  - deleted the `query` request parameter `description`
  - deleted the `query` request parameter `title`
  - added the non-success response with the status `500`
- **2021-03-02** `00c7dd549484` — 2 breaking, 1 info
  - added the new required `query` request parameter `description`
  - added the new required `query` request parameter `title`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/sdslabs/apis/beast-api/changes/api/notification/update/post.md)

---

[API](https://skmtc.dev/sdslabs/apis/beast-api.md) · [All operations](https://skmtc.dev/sdslabs/apis/beast-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sdslabs/beast-api/revisions/7d8933ea23d5/schema)
