Update
Update notification policy associated with this entity user
Path parameters
entityId
Entity ID or Entity ForeignID
userId
User ID or User ForeignID
notificationType
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
disabled
Set to true if the selected notification type should be disabled for this user
digest
Set to true if the selected notification type should be sent as a digest. Default is false.
immediate
Set to true if the selected notification type should be sent immediately. Default is true.
Response
This endpoint returns an object.
disabled
True if the selected notification type is disabled for this user
digest
True if the selected notification type is sent as a digest.
immediate
True if the selected notification type is sent immediately.
type