updateNotificationRouter
Updates an existing notification router.
updateNotificationRouter(
id: UUID!
updateNotificationRouterConfigurationInput: UpdateNotificationRouterConfigurationInput!
): NotificationRouter
Arguments
updateNotificationRouter.id ● UUID! non-null scalar
The UUID of the notification router to update.
updateNotificationRouter.updateNotificationRouterConfigurationInput ● UpdateNotificationRouterConfigurationInput! non-null input
The updated router configuration.
Type
NotificationRouter object
NotificationRouter is the structure defining the router unifying the filter configuration and the integration configuration.