This commit is contained in:
2023-05-23 14:05:09 +03:00
parent 5da6746cc4
commit c834f7da7a
5 changed files with 56 additions and 1 deletions

View File

@ -45,6 +45,11 @@ namespace frontend\modules\api\models;
* example="19"
* ),
* @OA\Property(
* property="user_id",
* type="integer",
* example="19"
* ),
* @OA\Property(
* property="employee",
* type="object",
* ref="#/components/schemas/ProjectTaskUsersShortExample",