更新报告设计设置
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" } }