---
title: "Notifications:Update"
method: PUT
path: "/api/v5/notifications/{notification_id}"
tags: ["Notifications"]
---

# Notifications:Update

`PUT /api/v5/notifications/{notification_id}`

Send a push notification

## Path parameters

- `notification_id` integer, required

## Request body

- BodyNotificationsUpdateApiV5NotificationsNotificationIdPut
  - `notification` NotificationInUpdate, required
    - `read` boolean
    - `opened` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pavlok/apis/pavlok-api-v5.md) · [All operations](https://skmtc.net/pavlok/apis/pavlok-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pavlok/pavlok-api-v5/revisions/3d192098b1ac/schema)
