project users, column priority

This commit is contained in:
2023-05-11 01:18:40 +03:00
parent 90eadd4830
commit b0c350efbd
7 changed files with 272 additions and 6 deletions

View File

@ -93,6 +93,11 @@ class ProjectColumnController extends ApiController
* type="string",
* description="Название колонки",
* ),
* @OA\Property(
* property="priority",
* type="integer",
* description="Приоритет колонки",
* ),
* ),
* ),
* ),
@ -153,6 +158,11 @@ class ProjectColumnController extends ApiController
* description="Идентификатор проекта",
* ),
* @OA\Property(
* property="priority",
* type="integer",
* description="Приоритет колонки",
* ),
* @OA\Property(
* property="status",
* type="integer",
* description="Статус колонки",