notification-controller
Save notification settings (saveNotificationSettings)
Saves notification settings for this tenant or sysadmin. deliveryMethodsConfigs of the settings must be specified.
Here is an example of the notification settings with Slack configuration:
{
"deliveryMethodsConfigs": {
"SLACK": {
"method": "SLACK",
"botToken": "xoxb-...."
}
}
}
Available for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority.
post/api/notification/settings
Request body
Response
OK