update doc
This commit is contained in:
@ -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",
|
||||||
|
Reference in New Issue
Block a user