设置用户主题
POST /v1/theme:更新持久化的主题偏好。
POST /v1/theme
更新持久化的主题偏好。
| 方法 | POST |
| 路径 | /v1/theme |
| 认证 | 设置 GATEWAY_AUTH_TOKEN 时需要 Authorization: Bearer <token> |
| 类别 | theme |
请求体
{ "mode": "dark", "accent": "primary" }POST /v1/theme:更新持久化的主题偏好。
/v1/theme更新持久化的主题偏好。
| 方法 | POST |
| 路径 | /v1/theme |
| 认证 | 设置 GATEWAY_AUTH_TOKEN 时需要 Authorization: Bearer <token> |
| 类别 | theme |
{ "mode": "dark", "accent": "primary" }