latestOpenAPI 3.1.0Apache License Version 2.02026-08-17498525913.3 KB

40169ccdec5c

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

deliveryMethodsConfigsobject required

Response

OK

deliveryMethodsConfigsobject required