files, dead line

This commit is contained in:
2023-06-30 18:13:40 +03:00
parent f861f3eea9
commit 567ab20361
7 changed files with 232 additions and 4 deletions

View File

@ -65,6 +65,11 @@ class TaskController extends ApiController
* description="статус",
* ),
* @OA\Property(
* property="dead_line",
* type="string",
* description="Срок выполнения задачи",
* ),
* @OA\Property(
* property="priority",
* type="integer",
* description="Приоритет задачи",
@ -306,6 +311,11 @@ class TaskController extends ApiController
* description="Статус задачи",
* ),
* @OA\Property(
* property="dead_line",
* type="string",
* description="Срок выполнения задачи",
* ),
* @OA\Property(
* property="description",
* type="string",
* description="Описание запроса",