WIP OAPI 3.0 Annotations

This commit is contained in:
Irfan 2020-07-22 22:48:02 +05:00
parent f5fc6e36eb
commit 7b42adf74d
2 changed files with 2 additions and 2 deletions

View File

@ -389,7 +389,7 @@ class SearchController extends Controller
* ),
*
* @OA\Schema(
* schema="user by id",
* schema="users",
* description="User Meta By ID",
*
* @OA\Property(

View File

@ -13,7 +13,7 @@ class ProfileHistoryResource extends JsonResource
* @return array
*
* @OA\Schema(
* schema="user",
* schema="users",
* type="object",
*
* @OA\Property(