Appearance
Update email notification preferences
PATCH
/api/v1/users/me/email-preferences
Update the current user's email notification preferences.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
JSON "usage_billing": true, "ai_studio": true, "system_alerts": true
{
}
Responses
Successful Response
application/json
JSON "usage_billing": true, "ai_studio": true, "system_alerts": true
{
}