XtokXtok API
API 文档管理接口用户管理

更新用户设置

🔐 需要登录(User权限)

PUT
/api/user/setting

Request Body

application/json

notify_type?string
quota_warning_threshold?number
webhook_url?string
notification_email?string

Response Body

curl -X PUT "https://xtok.skyton.cn/api/user/setting" \  -H "Content-Type: application/json" \  -d '{}'
Empty