MoleAPIMoleAPI
DocumentationAPI ReferenceManagement 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://api.moleapi.com/api/user/self" \  -H "Content-Type: application/json" \  -d '{}'
Empty

How is this guide?

Last updated on

Back HomeGateway