Notifications
This relation targets notifications.
Update email notifications
Header: Content-type:application/json
PUT /api/public/notifications/{email}
Request body can contain the following attributes:
-
email_notification
: A boolean to enable (true) or disable (false) email notifications. At the moment, false is the only permitted value.
Example:
{
"email_notification": false
}
If notifications are updated with success, the HTTP status of the response will be 204
.
Possible errors are:
-
400
(notifications-invalidBody): The request body does not represent a valid notifications request.
4.63.0+