project status fix

This commit is contained in:
Kavalar 2023-05-04 00:18:57 +03:00
parent c91efd6e56
commit 1b8ca5b695

View File

@ -266,7 +266,10 @@ class ProjectController extends ApiController
*
* @OA\PUT(path="/project/update",
* summary="Редактировать проект",
* description="Метод для редактирования проекта",
* description="Метод для редактирования проекта<br>
Статусы:<br>
10 - Закрыт<br>
19 - Работает",
* security={
* {"bearerAuth": {}}
* },