Required Permissions
notifications:preferences:update
Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Request Body
Request Schema
Field | Type | Required | Description |
---|---|---|---|
preferences | array | ā |
Responses
ā 200 - Notification preferences updated successfully
ā ļø 400 - undefined
ā ļø 401 - undefined
ā 500 - undefined
Tags
Notifications
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
Minimum length:
1
Example:
[
{ "channel": "email", "enabled": true },
{ "channel": "push", "enabled": false }
]