Add execution_priority to task
This commit is contained in:
@ -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="Колонка к которой относится задача",
|
||||
|
Reference in New Issue
Block a user