update doc

This commit is contained in:
iIronside 2023-10-13 18:03:36 +03:00
parent c20d7fbe77
commit 0e2bd93010

View File

@ -71,6 +71,12 @@ namespace frontend\modules\api\models;
* description="Приоритет задачи" * description="Приоритет задачи"
* ), * ),
* @OA\Property( * @OA\Property(
* property="execution_priority",
* type="integer",
* example="2",
* description="Приоритет выполнения задачи (0 - low, 1 - medium, 2 - high)",
* ),
* @OA\Property(
* property="status", * property="status",
* type="int", * type="int",
* example="1", * example="1",