Password Recovery Completion
put
Body
recoverystringRequired
passwordstringRequired
emailstringRequired
Responses
200
OK
*/*
404
Not Found
*/*
put
/api/v1/setup/recovery/secondWas this helpful?
OK
Not Found
Was this helpful?
Was this helpful?
PUT /api/v1/setup/recovery/second HTTP/1.1
Host: localhost:8080
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"recovery": "text",
"password": "text",
"email": "text"
}{
"code": 1,
"message": "text"
}