---
title: "Update notification forwarding settings"
method: PUT
path: "/notifications/forwarding"
tags: ["Notification"]
---

# Update notification forwarding settings

`PUT /notifications/forwarding`

## Request body

- NotificationForwardingDto
  - `enabled` boolean — Whether notification forwarding is enabled
  - `channelsEnabled` string[], nullable — The channels enabled for notification forwarding
  - `webhookEndpoint` string, nullable — The webhook endpoint for notification forwarding

## Response `200`

Success

## Other responses

- `401` — Unauthorized

---

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