latestOpenAPI 3.1.02026-08-211061591.1 MB
69a962f1578f
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
}
}