Update user notification settings
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
PUT /account/notifications
Operation
Operation ID: updateUserNotifications
Update user notification settings
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"properties": {
"email_notifications_enabled": {
"type": "boolean"
},
"sms_notifications_enabled": {
"type": "boolean"
},
"wash_certificate_email": {
"type": "string"
}
},
"type": "object"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Success | application/json |
Schema for response 200 (application/json):
{}
17 March 2026