TokenStreamTokenStream
User GuideInstallationAPI ReferenceAI ApplicationsHelp & SupportBusiness Cooperation
Management APIUser management

Update Current User Information

šŸ” Login Required (User Permission)

PUT
/api/user/self

Request Body

application/json

username?string
display_name?string
password?string
original_password?string

Response Body

curl -X PUT "https://loading/api/user/self" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?