registration fix

This commit is contained in:
2024-02-05 23:58:48 +03:00
parent 5cfd591140
commit eb1abd41e5
13 changed files with 83 additions and 10 deletions

View File

@ -57,6 +57,11 @@ class RegisterController extends ApiController
* type="string",
* description="Пароль пользователя",
* ),
* @OA\Property(
* property="is_partner",
* type="integer",
* description="Является ли пользователь Партнером. Возможные значения 0 или 1. По умолчанию 0",
* ),
* ),
* ),
* ),