update notification preferences
Notifications
update notification preferences
Replace notification preferences for the authenticated user.
PUT
update notification preferences
Authorizations
API key must be provided in the Authorization header
Path Parameters
ID of the authenticated user.
Body
application/json
Example:
{
"client": {
"low_credit": { "email": true, "webhooks": false }
}
}