hot fix
This commit is contained in:
@ -76,7 +76,7 @@ class CommentController extends ApiController
|
||||
* @OA\MediaType(
|
||||
* mediaType="multipart/form-data",
|
||||
* @OA\Schema(
|
||||
* required={"text"},
|
||||
* required={"text", "entity_type", "entity_id"},
|
||||
* @OA\Property(
|
||||
* property="text",
|
||||
* type="string",
|
||||
@ -93,6 +93,11 @@ class CommentController extends ApiController
|
||||
* description="Идентификатор сущности",
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="parent_id",
|
||||
* type="integer",
|
||||
* description="Идентификатор родительского комментария",
|
||||
* ),
|
||||
* @OA\Property(
|
||||
* property="status",
|
||||
* type="integer",
|
||||
* description="Статус комментария",
|
||||
|
Reference in New Issue
Block a user