Settings
Settings routes save small account or user settings actions such as cards, preferences, and other app configuration values.
Settings Data
- Each settings route documents the exact key/value fields it accepts.
- Only send fields shown in the route help or User.Basic settings.
- Settings changes should refresh User.Basic when they affect UI permissions, fields, folders, tags, or statuses.
Common Flow
- Load current settings from User.Basic or the related get route.
- Save only documented fields.
- Refresh User.Basic or affected UI settings after success.