Reset a user's password

POST /Api/Auth/ResetPassword

Query parameters

Body

Responses

POST /Api/Auth/ResetPassword
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"
Request examples
{
  "newPassword": "string"
}
Response examples (404)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}
Response examples (400)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}