Body
-
newPassword
string Required Minimum length is
1
. Format should match the following pattern:^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[a-zA-Z\d\w\W]{8,}$
.
Minimum length is 1
. Format should match the following pattern: ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)[a-zA-Z\d\w\W]{8,}$
.
curl \
-X POST https://app.lovassy.hu/Api/Auth/ResetPassword \
-H "Content-Type: application/json" \
-d '{"newPassword":"string"}'
curl \
-X POST https://app.lovassy.hu/Api/Auth/ResetPassword \
-H "Content-Type: text/json"
curl \
-X POST https://app.lovassy.hu/Api/Auth/ResetPassword \
-H "Content-Type: application/*+json"
{
"newPassword": "string"
}
{
"newPassword": "string"
}
{
"newPassword": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}