Expand description
Settings API endpoints
Provides endpoints for managing web UI settings including streamer mode.
Structs§
- Settings
State - Shared state for settings
- Settings
Update - Partial settings update (for PATCH-like behavior)
- WebSettings
- Web UI settings
Functions§
- api_
get_ settings - GET /api/settings - Get current settings
- api_
put_ settings - PUT /api/settings - Update settings (full replace or partial update)
- load_
settings - Load settings from disk
- redact_
path - Redact a path for display in streamer mode
- save_
settings - Save settings to disk
- should_
hide_ path - Check if a path should be hidden based on streamer mode patterns