notifications

Update workspace notification routes

Replaces notification channel routes for one named workspace. Route channel IDs must reference notification channels. Developer, manager, or admin only.

put/notification-routes/workspaces/{workspaceName}

Path parameters

workspaceNamestring required

Workspace name. The reserved names all and default are not allowed.

Query parameters

remoteNodestring

name of the remote node

Request body

enabledboolean required

Whether this route set can deliver notifications

inheritGlobalboolean required

For workspace route sets, true means inherit Global instead of using workspace routes. Ignored for global route sets.

Response

Workspace notification route set updated

idstring

Stable route set ID, present after the route set is saved

scope'global' | 'workspace' required

Notification route scope

workspacestring

Workspace name for workspace-scoped route sets

enabledboolean required

Whether this route set can deliver notifications

inheritGlobalboolean required

For workspace route sets, true means inherit Global instead of using workspace routes

createdAtstring date-time
updatedAtstring date-time
updatedBystring

User ID that last updated the route set

Changes