更新報告設計設置
PUT /v1/settings/report-design:規範化並持久化 Institution 和 Deep Research HTML/PDF 報告使用的視覺設置。
PUT /v1/settings/report-design
規範化並持久化 Institution 和 Deep Research HTML/PDF 報告使用的視覺設置。無效的枚舉值會回退到默認值。
| 方法 | PUT |
| 路徑 | /v1/settings/report-design |
| 認證 | 設置 GATEWAY_AUTH_TOKEN 時需要 Authorization: Bearer <token> |
| 類別 | theme |
請求體
{ "density": "compact", "typeScale": "standard", "pageWidth": "wide", "cornerStyle": "soft", "accent": "blue" }響應體
{ "settings": { "density": "compact", "typeScale": "standard", "pageWidth": "wide", "cornerStyle": "soft", "accent": "blue" }, "defaults": { "density": "balanced", "typeScale": "standard", "pageWidth": "standard", "cornerStyle": "soft", "accent": "graphite" } }