add api/task/get-archive-task method

This commit is contained in:
iIronside
2023-11-20 11:39:44 +03:00
parent 886ba1e656
commit 91607cc99b
5 changed files with 73 additions and 23 deletions

View File

@ -80,7 +80,7 @@ namespace frontend\modules\api\models\project;
* property="status",
* type="int",
* example="1",
* description="Статус задачи"
* description="Статус задачи(0 - disable, 1 - active, 2 - archive)"
* ),
* @OA\Property(
* property="comment_count",