files, dead line
This commit is contained in:
@ -65,6 +65,11 @@ class TaskController extends ApiController
|
||||
* description="статус",
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="dead_line",
|
||||
* type="string",
|
||||
* description="Срок выполнения задачи",
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="priority",
|
||||
* type="integer",
|
||||
* description="Приоритет задачи",
|
||||
@ -306,6 +311,11 @@ class TaskController extends ApiController
|
||||
* description="Статус задачи",
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="dead_line",
|
||||
* type="string",
|
||||
* description="Срок выполнения задачи",
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="description",
|
||||
* type="string",
|
||||
* description="Описание запроса",
|
||||
|
Reference in New Issue
Block a user