Update User Settings
PUT /api/user/setting
Update User Settings。
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
notify_type | string | Optional | |
quota_warning_threshold | number | Optional | |
webhook_url | string | Optional | |
notification_email | string | Optional |
Response Fields(200)
| Field Name | Type | Description |
|---|---|---|
success | boolean | Whether the request succeeded |
message | string | InfoInfo |
data | any | ResponseData |