Add execution_priority to task

This commit is contained in:
iIronside
2023-10-13 17:58:58 +03:00
parent 5b3f6518dc
commit c20d7fbe77
7 changed files with 81 additions and 47 deletions

View File

@ -75,6 +75,11 @@ class TaskController extends ApiController
* description="Приоритет задачи.",
* ),
* @OA\Property(
* property="execution_priority",
* type="integer",
* description="Приоритет выполнения задачи (0 - low, 1 - medium, 2 - high)",
* ),
* @OA\Property(
* property="column_id",
* type="integer",
* description="Колонка к которой относится задача",