Password Change
put
Body
usernamestringRequired
oldpasswordstringRequired
passwordstringRequired
Responses
200
OK
*/*
codeinteger · int32Required
messagestringOptional
404
Not Found
*/*
put
/api/v1/setup/change/passwordOK
Not Found
PUT /api/v1/setup/change/password HTTP/1.1
Host: localhost:8080
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"username": "text",
"oldpassword": "text",
"password": "text"
}{
"code": 1,
"message": "text"
}