files, dead line
This commit is contained in:
@ -15,10 +15,15 @@ namespace frontend\modules\api\models;
|
||||
* @OA\Property(
|
||||
* property="file_id",
|
||||
* type="integer",
|
||||
* example=232,
|
||||
* example=1,
|
||||
* description="Идентификатор файла"
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="file",
|
||||
* ref="#/components/schemas/FileExample",
|
||||
* description="Файл"
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="entity_type",
|
||||
* type="integer",
|
||||
* example=2,
|
||||
|
@ -42,6 +42,12 @@ namespace frontend\modules\api\models;
|
||||
* description="Пользователь создавший задачу"
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="dead_line",
|
||||
* type="string",
|
||||
* example="2023-04-21 00:44:53",
|
||||
* description="Срок выполнения задачи"
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="executor_id",
|
||||
* type="int",
|
||||
* example="2",
|
||||
|
Reference in New Issue
Block a user