pub async fn update_backup_settings(
auto_enabled: bool,
time_utc: String,
retention_count: i32,
include_uploads: bool,
) -> Result<BackupSettingsView, ServerFnError>Expand description
更新自动备份配置。
time_utc 会被规范化(非法回退默认),retention_count 会被 clamp。 写入后唤醒调度任务立即重排,无需等待下一次 tick。
§Handler information
- Method:
post - Path:
<auto>