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