/api/v2/bpm/auth/password/reset
Метод сбрасывает пароль пользователя панели администратора BPMS и позволяет установить новый.
Надобности в функционале пока что нет
- application/json
Request Body
- object
Responses
- 400
- 401
Bad Request
- application/json
- Schema
- Example (from schema)
- example-0
- example-1
- example-2
Schema
- object
{}
400
{
"status": 0,
"message": "Wrong password",
"response": {},
"preparingsTime": 0.223
}
400_2
{
"status": 0,
"message": "This password is already in use or has been in use",
"response": {},
"preparingsTime": 0.382
}
400_3
{
"status": 0,
"message": "Wrong old password",
"response": {},
"preparingsTime": 0.052
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Authentication credentials were not provided.",
"response": {
"detail": "Authentication credentials were not provided."
},
"preparingsTime": 0.003
}
Loading...