# update_preferences

> Change this account's notification and display preferences.

- Tier: W
- Required scope: write:account
- Annotations: idempotentHint
- Docs: https://api.inleed.com/tools/update-preferences

## Description

Change this account's notification and display preferences. Send only what you want to change: `notify_news`, `notify_tips`, `notify_maintenance`, `show_vat` (all booleans). Returns the full updated preferences. Turning off both news and tips clears the derived marketing consent.

## Input schema

- `notify_news` — boolean. Product news emails on/off.
- `notify_tips` — boolean. Tips & how-to emails on/off.
- `notify_maintenance` — boolean. Maintenance / incident notification emails on/off.
- `show_vat` — boolean. Show prices including VAT (true) or excluding VAT (false).

## Example call

```json
{
  "name": "update_preferences",
  "arguments": {}
}
```

