-
Versions
Concepts
Resources
- Attachment
- Bulk-Export
- Bulk-Import
- Comment
- Countries
- Heartbeat
- Notification
- Question
- Question Follow
- Question Forward
- Question Updates
- Search
- Share content
- Settings
- Solution
- Tag
- User
Email notfication setting resources
Get email notification settings
GET /settings/email-notification
Response
{
"enabled": true
}
Update email notification settings
PUT /settings/email-notification
Note:
If a setting key is omitted the setting is ignored. If the value for a setting is set to null
the respective setting is reset to its default value.
Parameter | Type | Default | Description |
---|---|---|---|
enabled |
boolean |
false |
Response
{
"enabled": true
}