---
title: "Update a notification channel"
method: PATCH
path: "/notification_channels/{id}"
tags: ["Notifications"]
---

# Update a notification channel

`PATCH /notification_channels/{id}`

Update a notification channel.

## Path parameters

- `id` string, uuid, required

## Request body

- NotificationChannel — A Notification Channel
  - `id` string — A UUID.
  - `notification_profile_id` string — A UUID reference to the associated Notification Profile.
  - `channel_type_id` 'sms' | 'voice' | 'email' | 'webhook' — A Channel Type ID
  - `channel_destination` string — The destination associated with the channel type.
  - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
  - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Response `200`

A Notification Channel response

- object
  - `data` NotificationChannel — A Notification Channel
    - `id` string — A UUID.
    - `notification_profile_id` string — A UUID reference to the associated Notification Profile.
    - `channel_type_id` 'sms' | 'voice' | 'email' | 'webhook' — A Channel Type ID
    - `channel_destination` string — The destination associated with the channel type.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `500` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
