MINARA

更新報告設計設置

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" } }

本頁目錄