NotificationRecipientRequest Data Type

Properties
name data type constraints description
name string required, not blank
type NotificationRecipientType required
notificationPushSettings array of NotificationPushSettingRequest  

Example

{
  "name" : "...",
  "type" : "ADMIN",
  "notificationPushSettings" : [ {
    "type" : "HEADER",
    "keyName" : "...",
    "value" : "..."
  }, {
    "type" : "HEADER",
    "keyName" : "...",
    "value" : "..."
  } ]
}