---
title: "Update global notification routes"
method: PUT
path: "/notification-routes/global"
tags: ["notifications"]
---

# Update global notification routes

`PUT /notification-routes/global`

Replaces global default notification channel routes. Route channel IDs must reference notification channels. Developer, manager, or admin only.

## Query parameters

- `remoteNode` string

## Request body

- NotificationRouteSetInput — Replacement route set for a global or workspace notification scope
  - `enabled` boolean, required — Whether this route set can deliver notifications
  - `inheritGlobal` boolean, required — For workspace route sets, true means inherit Global instead of using workspace routes. Ignored for global route sets.
  - `routes` NotificationRouteInput[], required
    - `id` string — Stable route ID. Omit when adding a route.
    - `channelId` string, required — Notification channel ID
    - `enabled` boolean, required — Whether this route receives notifications
    - `events` NotificationEventType[] — Events delivered by this route. Omit only for backward compatibility; new clients should send an explicit event list.

## Response `200`

Global notification route set updated

- NotificationRouteSet — Notification routes for a global or workspace scope
  - `id` string — Stable route set ID, present after the route set is saved
  - `scope` 'global' | 'workspace', required — Notification route scope
  - `workspace` string — Workspace name for workspace-scoped route sets
  - `enabled` boolean, required — Whether this route set can deliver notifications
  - `inheritGlobal` boolean, required — For workspace route sets, true means inherit Global instead of using workspace routes
  - `routes` NotificationRoute[], required
    - `id` string, required — Stable route ID
    - `channelId` string, required — Notification channel ID
    - `enabled` boolean, required — Whether this route receives notifications
    - `events` NotificationEventType[] — Events delivered by this route. Empty is treated as operational defaults for backward compatibility.
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `updatedBy` string — User ID that last updated the route set

## Other responses

- `400` — Invalid notification route set
- `403` — Forbidden - insufficient permissions
- `404` — Referenced notification channel was not found
- `default` — Unexpected error

## Changes

- **2026-08-01** (v1) `17f1f49a7b2a` — 1 warning, 1 info
  - added the new `dag.run.partially_succeeded` enum value to the `routes/items/events/items/` response property for the response status `200`
  - added the new `dag.run.partially_succeeded` enum value to the request property `routes/items/events/items/`
- **2026-07-23** (v1) `75b8e91aaf57` — 12 warning
  - added the new `conflict` enum value to the `code` response property for the response status `400`
  - added the new `conflict` enum value to the `code` response property for the response status `403`
  - added the new `conflict` enum value to the `code` response property for the response status `404`
  - added the new `conflict` enum value to the `code` response property for the response status `default`
  - …8 more
- **2026-05-24** (v1) `8a2d5d3e9608` — 4 warning
  - added the new `rate_limited` enum value to the `code` response property for the response status `400`
  - added the new `rate_limited` enum value to the `code` response property for the response status `403`
  - added the new `rate_limited` enum value to the `code` response property for the response status `404`
  - added the new `rate_limited` enum value to the `code` response property for the response status `default`
- **2026-05-17** (v1) `0cce8472f3ba` — 1 info
  - endpoint added
- **2026-04-30** (v1) `50e1d517afc1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/dagucloud/apis/dagu/changes/notification-routes/global/put.md)

---

[API](https://skmtc.dev/dagucloud/apis/dagu.md) · [All operations](https://skmtc.dev/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/6f043af8f6d3/schema)
