project users, column priority
This commit is contained in:
@ -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="Статус колонки",
|
||||
|
Reference in New Issue
Block a user