PUT
/
notifications
/
preferences
Update notification preferences
curl --request PUT \
  --url https://coreapi-dev.us.bcpapers.ca/notifications/preferences \
  --header 'Content-Type: application/json' \
  --data '
{
  "emailEnabled": true,
  "inAppEnabled": true,
  "pushEnabled": true
}
'
{
  "emailEnabled": true,
  "inAppEnabled": true,
  "pushEnabled": true
}

Body

application/json

Preferences

emailEnabled
boolean
inAppEnabled
boolean
pushEnabled
boolean

Response

200 - */*

OK

emailEnabled
boolean
inAppEnabled
boolean
pushEnabled
boolean