This commit is contained in:
2023-05-23 14:05:09 +03:00
parent 5da6746cc4
commit c834f7da7a
5 changed files with 56 additions and 1 deletions

View File

@ -79,6 +79,11 @@ class TaskController extends ApiController
* type="integer",
* description="Идентификатор создателя задачи",
* ),
* @OA\Property(
* property="executor_id",
* type="integer",
* description="Идентификатор исполнителя задачи",
* ),
* ),
* ),
* ),
@ -271,6 +276,11 @@ class TaskController extends ApiController
* nullable=false,
* ),
* @OA\Property(
* property="executor_id",
* type="integer",
* description="Идентификатор исполнителя задачи",
* ),
* @OA\Property(
* property="task_id",
* type="integer",
* description="Идентификатор задачи",