---
title: "Replace notifications"
method: PUT
path: "/rest/notifications"
tags: ["Notifications"]
---

# Replace notifications

`PUT /rest/notifications`

Replace all existing notifications with a list of new ones.

## Parameters

- `#/paths/~1auth~1user/post/parameters/0` — unresolved $ref

## Request body

- object
  - `notification_id` Schema, required — unresolved $ref
  - `notification_uri` string, url, required — Notification messages will be sent to this URL. The URL schemes https and http are used for webhooks.
  - `observe_key` string, required — Notification key
  - `state` State — unresolved $ref

## Response `200`

List of notifications.

- object
  - `notifications` Schema[] — List of notifications — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref

---

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