---
title: "Modify notification"
method: PUT
path: "/rest/notifications/{notification-id}"
tags: ["Notifications"]
---

# Modify notification

`PUT /rest/notifications/{notification-id}`

Update the properties of a notification.

## Parameters

- `#/paths/~1rest~1notifications~1%7Bnotification-id%7D/get/parameters/0` — unresolved $ref
- `#/paths/~1auth~1user/post/parameters/0` — unresolved $ref

## Request body

- object
  - `notify_uri` string, url — Notification messages will be sent to this URL. The URL schemes https and http are used for webhooks.
  - `state` string — An arbitrary string to maintain state between this request and the callback, e.g. it might contain a session ID from your application. The value should also contain a random component, which your application checks to prevent cross-site request forgery.
  - `observe_key` string — Notification key

## Other responses

- `200` — unresolved $ref
- `404` — 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)
