fix api description
This commit is contained in:
parent
05271d5f17
commit
b258eb7edf
@ -588,7 +588,7 @@ class TaskController extends ApiController
|
|||||||
*
|
*
|
||||||
* @OA\Get(path="/task/import",
|
* @OA\Get(path="/task/import",
|
||||||
* summary="Экспорт задач",
|
* summary="Экспорт задач",
|
||||||
* description="Метод экспорта задач в xlsx",
|
* description="Метод импорта задач в xlsx",
|
||||||
* security={
|
* security={
|
||||||
* {"bearerAuth": {}}
|
* {"bearerAuth": {}}
|
||||||
* },
|
* },
|
||||||
@ -597,7 +597,6 @@ class TaskController extends ApiController
|
|||||||
* name="companyId",
|
* name="companyId",
|
||||||
* in="query",
|
* in="query",
|
||||||
* description="ID компании",
|
* description="ID компании",
|
||||||
* required=true,
|
|
||||||
* @OA\Schema(
|
* @OA\Schema(
|
||||||
* type="integer",
|
* type="integer",
|
||||||
* )
|
* )
|
||||||
@ -606,7 +605,6 @@ class TaskController extends ApiController
|
|||||||
* name="userId",
|
* name="userId",
|
||||||
* in="query",
|
* in="query",
|
||||||
* description="ID исполнителя задачи",
|
* description="ID исполнителя задачи",
|
||||||
* required=true,
|
|
||||||
* @OA\Schema(
|
* @OA\Schema(
|
||||||
* type="integer",
|
* type="integer",
|
||||||
* )
|
* )
|
||||||
@ -615,7 +613,6 @@ class TaskController extends ApiController
|
|||||||
* name="projectId",
|
* name="projectId",
|
||||||
* in="query",
|
* in="query",
|
||||||
* description="ID проекта",
|
* description="ID проекта",
|
||||||
* required=true,
|
|
||||||
* @OA\Schema(
|
* @OA\Schema(
|
||||||
* type="integer",
|
* type="integer",
|
||||||
* )
|
* )
|
||||||
|
Loading…
Reference in New Issue
Block a user