Update Notification Preferences
update_notification_preferencesSet notification preferences for chosen categories while leaving others unchanged. Reset categories to restore organization defaults.
Instructions
Set YOUR notification preferences for one or more categories. Categories you do not mention keep their current setting. Use resetCategories to drop your override so a category follows the organization default again — an entry in categoriesJson can only set an override, never remove one. Valid categories: api_design, testing, project, mock_server, style_guide, team, portal, monitoring, security, billing, deprecation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categoriesJson | Yes | JSON array of category settings. Each item: { "category": string, "inAppEnabled": bool, "emailEnabled": bool }. | |
| resetCategories | No | Comma-separated categories whose personal override should be removed |