🔐 Восстановление пароля
Code samples
POST /webapi/forgot-password
Body parameter
email: string
🛠️ Параметры
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| body | body | object | false | none |
| body | string | false | Почта пользователя |
Example responses
200 Response
{
"success": true
}
🔁 Ответы
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Successful operation | Inline |
📋 Response Schema
Status Code 200
| Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
| » success | boolean | false | none | Флаг успешной отправки ссылки на почту |