AccountService

更新当前用户偏好设置

notification_enabled / daily_report 为三态字段:省略表示不修改。

put/v1/account/preferences

Request body

daily_reportboolean
localestring
notification_emailstring
notification_enabledboolean
quota_warning_thresholdinteger

配额告警阈值(micros)

timezonestring

Response

OK

daily_reportboolean

是否订阅每日用量报告。

localestring

界面语言偏好(如 zh-CN)。

notification_emailstring

通知接收邮箱;为空表示使用登录邮箱。

notification_enabledboolean

是否开启通知。

quota_warning_thresholdinteger

配额(余额)告警阈值,单位 micros;0 表示不告警。

timezonestring

时区(IANA 名称,如 Asia/Shanghai)。

Changes

No recorded changes to this endpoint across all 1 revision of this API.