Configure notification alert settings.
PUT/notification_settings
Enables or disables which alerts the authenticated user receives. Only the settings included in the request are affected — a setting is created when enabled is true and removed when enabled is false. Any event/channel pair not included is left unchanged. Enabling an already-enabled setting (or disabling one that is already off) is a no-op. Returns the user's full set of active settings after the update.
Request
Responses
- 200
- 400
- 401
- 403
- 429
Array of the user's active notification settings after the update.
An unknown event or channel was provided.
API key authorization failed.
The API key is read-only and may not be used to update notification settings.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.