---
title: "Update a notification provider"
method: PUT
path: "/api/notification-providers/{id}"
tags: ["Notifications"]
---

# Update a notification provider

`PUT /api/notification-providers/{id}`

Update notification provider name, type, or configuration.

## Request body

- object
  - `name` string, required
  - `type` string, required
  - `config` object, required

## Response `200`

Provider updated

- NotificationProvider
  - `id` string, uuid
  - `name` string
  - `type` 'email' | 'slack' | 'webhook' | 'telegram' | 'discord' | 'teams'
  - `enabled` boolean
  - `config` object
  - `lastUsed` string, date-time, nullable
  - `createdAt` string, date-time

## Other responses

- `401` — Authentication required or token invalid
- `404` — Resource not found

---

[API](https://skmtc.dev/supercheck-io/apis/supercheck-api.md) · [All operations](https://skmtc.dev/supercheck-io/apis/supercheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supercheck-io/supercheck-api/revisions/81782deccf0e/schema)
