User
Update Notification Setting
Update a notification delivery preference.
The API accepts the legacy dont_notify flag and stores the inverse as the user's delivery preference for the requested notification type and channel.
put/api/v1/notification_setting
Request body
Example request
{
"dont_notify": true
}Response
Successful Response
object required
Notification delivery preferences keyed by notification type.
Example response
{
"user_left_project": {
"notify_push": true,
"notify_email": true
}
}Changes
No recorded changes to this endpoint across all 10 revisions of this API.