---
title: "Update Notification Settings Route"
method: PATCH
path: "/api/v1/notification-settings"
tags: ["alerts"]
---

# Update Notification Settings Route

`PATCH /api/v1/notification-settings`

## Headers

- `Authorization` string, nullable

## Request body

- OrgNotificationSettingsUpdate
  - `slack_webhook_url` string, nullable
  - `email_recipients` string[], nullable

## Response `200`

Successful Response

- OrgNotificationSettingsRead
  - `org_id` string, uuid, required
  - `slack_webhook_url` string, nullable, required
  - `email_recipients` string[], required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/xenovia/apis/controlplane.md) · [All operations](https://skmtc.net/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xenovia/controlplane/versions/0e6598cbe8a0/schema)
