diff --git a/client/ui/frontend/WAILS-API.md b/client/ui/frontend/WAILS-API.md index 44a20d0c8..72096af6d 100644 --- a/client/ui/frontend/WAILS-API.md +++ b/client/ui/frontend/WAILS-API.md @@ -283,7 +283,7 @@ The tray also reads a tray-only synthetic `"Error"` for icon purposes; the front `UpParams` / `LogoutParams` / `ProfileRef` / `ConfigParams` / `ActiveProfile`: all `{ profileName, username: string }` (different names but same shape — kept distinct by Wails for clarity). -`DebugBundleParams`: `{ anonymize, systemInfo, upload: boolean; logFileCount: number }`. +`DebugBundleParams`: `{ anonymize, systemInfo, upload: boolean; anonymizeLevel: string; logFileCount: number }`. `DebugBundleResult`: `{ path, uploadedKey, uploadFailureReason: string }`.