Update Email Preferences
POST /v1/notifications/email/preferences
Update user email notification preferences.
Parameters
Name | Type | Required | Description |
---|---|---|---|
X-API-Key | string | No |
Request Body
{
"$ref": "#/components/schemas/EmailPreferencesRequest"
}
Responses
200
Successful Response
{
"$ref": "#/components/schemas/EmailPreferencesResponse"
}
422
Validation Error
{
"$ref": "#/components/schemas/HTTPValidationError"
}