Password Change
put
Body
usernamestringRequired
oldpasswordstringRequired
passwordstringRequired
Responses
200
OK
*/*
404
Not Found
*/*
put
/api/v1/setup/change/passwordWas this helpful?
OK
Not Found
Was this helpful?
Was this helpful?
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"
}