When calling the API, please change the target URL and port to http://35.220.164.252:3888/
New APINew API
API ReferenceAI ApplicationsSkills
Management APIUser management

Update User Settings

šŸ” Login Required (User Permission)

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://loading/api/user/setting" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?