---
title: "Patch Notification"
method: PATCH
path: "/alerts/notifications/{notification_id}"
---

# Patch Notification

`PATCH /alerts/notifications/{notification_id}`

## Path parameters

- `notification_id` integer, required

## Headers

- `Authorization` string, nullable
- `X-User-Id` string, nullable

## Cookies

- `session_id` string, nullable

## Request body

- PatchAlertNotificationSchema
  - `name` string, nullable, required
  - `config` AlertNotificationChannelConfig, required
    - `webhook_url` string, required
    - `message` string, required
  - `active` boolean, nullable, required

## Response `200`

Successful Response

- AlertNotificationSchema
  - `name` string, required
  - `config` AlertNotificationChannelConfig, required
    - `webhook_url` string, required
    - `message` string, required
  - `id` integer, required
  - `active` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/runconverge/apis/fastapi.md) · [All operations](https://skmtc.dev/runconverge/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runconverge/fastapi/revisions/1452e350bd1d/schema)
