Add the ability to select a priority when creating a task (low, medium, high)

This commit is contained in:
iIronside
2023-10-13 16:31:22 +03:00
parent 1c3eeb4cf3
commit 5ce77f2ef0
8 changed files with 62 additions and 18 deletions

View File

@ -72,7 +72,7 @@ class TaskController extends ApiController
* @OA\Property(
* property="priority",
* type="integer",
* description="Приоритет задачи",
* description="Приоритет задачи. (0 -low, 1 - medium, 2 - high)",
* ),
* @OA\Property(
* property="column_id",