枭毅API枭毅API
API ReferenceAI Applications
Management APIUser management

Update User Settings

🔐 Login Required (User Permission)

PUT
/api/user/setting

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

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

How is this guide?